]> git.eshelyaron.com Git - emacs.git/commitdiff
More page break tweaks for doc/lispref
authorGlenn Morris <rgm@gnu.org>
Sat, 5 May 2012 01:16:54 +0000 (21:16 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 5 May 2012 01:16:54 +0000 (21:16 -0400)
* doc/lispref/edebug.texi (Edebug Display Update): Improve page break.
* doc/lispref/streams.texi (Output Variables): Improve page break.

doc/lispref/ChangeLog
doc/lispref/edebug.texi
doc/lispref/streams.texi

index 64a64dc8230fa668746b3d9ffd0c0d8fa8be862b..49fda5d5d32a398e7328138aead039cb2d566628 100644 (file)
@@ -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:
index 9d50f5fb31f63add7428ecb1c27777a55ff60e19..e97e90f947bbcd2089c4252d9bdacd1d2ba4a8dc 100644 (file)
@@ -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
index 70b11d78b0ad3d6c7b6f5c563dd80af09437907d..e485d8c4d148b4bc47aac88a7cccc74f1d8d5e96 100644 (file)
@@ -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