summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-05-04 21:16:54 -0400
committerGlenn Morris <rgm@gnu.org>2012-05-04 21:16:54 -0400
commit161c2a258a25f66b8d46f3a9d8e984db4bb0cbda (patch)
tree815ca56a0ef8e5419b938c9b9a70ac17bbd8d4d5
parent51d58083d19efffd47f494c9dbf95aad32b0c07e (diff)
downloademacs-161c2a258a25f66b8d46f3a9d8e984db4bb0cbda.tar.gz
More page break tweaks for doc/lispref
* doc/lispref/edebug.texi (Edebug Display Update): Improve page break. * doc/lispref/streams.texi (Output Variables): Improve page break.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/edebug.texi4
-rw-r--r--doc/lispref/streams.texi7
3 files changed, 9 insertions, 6 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 64a64dc8230..49fda5d5d32 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,9 @@
2012-05-05 Glenn Morris <rgm@gnu.org>
+ * streams.texi (Output Variables): Improve page break.
+
+ * edebug.texi (Edebug Display Update): Improve page break.
+
* compile.texi (Disassembly): Condense the examples.
* eval.texi, functions.texi, loading.texi, macros.texi:
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi
index 9d50f5fb31f..e97e90f947b 100644
--- a/doc/lispref/edebug.texi
+++ b/doc/lispref/edebug.texi
@@ -975,8 +975,8 @@ unless @code{edebug-continue-kbd-macro} is non-@code{nil}.
@c needs an xref to be on just one line.
When Edebug needs to display something (e.g., in trace mode), it saves
the current window configuration from ``outside'' Edebug
-(@pxref{Window Configurations}). When you exit Edebug (by continuing
-the program), it restores the previous window configuration.
+(@pxref{Window Configurations}). When you exit Edebug, it restores
+the previous window configuration.
Emacs redisplays only when it pauses. Usually, when you continue
execution, the program re-enters Edebug at a breakpoint or after
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi
index 70b11d78b0a..e485d8c4d14 100644
--- a/doc/lispref/streams.texi
+++ b/doc/lispref/streams.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990-1994, 1998-1999, 2001-2012 Free Software Foundation, Inc.
+@c Copyright (C) 1990-1994, 1998-1999, 2001-2012 Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@setfilename ../../info/streams
@node Read and Print, Minibuffers, Debugging, Top
@@ -813,7 +813,6 @@ reader to produce an uninterned symbol.
If non-@code{nil}, that means number continuously across print calls.
This affects the numbers printed for @samp{#@var{n}=} labels and
@samp{#@var{m}#} references.
-
Don't set this variable with @code{setq}; you should only bind it
temporarily to @code{t} with @code{let}. When you do that, you should
also bind @code{print-number-table} to @code{nil}.
@@ -826,8 +825,8 @@ to bind it to @code{nil} when you bind @code{print-continuous-numbering}.
@end defvar
@defvar float-output-format
-This variable specifies how to print floating point numbers. Its
-default value is @code{nil}, meaning use the shortest output
+This variable specifies how to print floating point numbers. The
+default is @code{nil}, meaning use the shortest output
that represents the number without losing information.
To control output format more precisely, you can put a string in this