From 161c2a258a25f66b8d46f3a9d8e984db4bb0cbda Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 4 May 2012 21:16:54 -0400 Subject: [PATCH] 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. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/edebug.texi | 4 ++-- doc/lispref/streams.texi | 7 +++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 64a64dc823..49fda5d5d3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,9 @@ 2012-05-05 Glenn Morris + * 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 9d50f5fb31..e97e90f947 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 70b11d78b0..e485d8c4d1 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 -- 2.20.1