emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107966: More page break tweaks fo


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107966: More page break tweaks for doc/lispref
Date: Fri, 04 May 2012 21:16:54 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107966
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Fri 2012-05-04 21:16:54 -0400
message:
  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.
modified:
  doc/lispref/ChangeLog
  doc/lispref/edebug.texi
  doc/lispref/streams.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-05-05 01:05:12 +0000
+++ b/doc/lispref/ChangeLog     2012-05-05 01:16:54 +0000
@@ -1,5 +1,9 @@
 2012-05-05  Glenn Morris  <address@hidden>
 
+       * 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:

=== modified file 'doc/lispref/edebug.texi'
--- a/doc/lispref/edebug.texi   2012-04-10 07:11:23 +0000
+++ b/doc/lispref/edebug.texi   2012-05-05 01:16:54 +0000
@@ -975,8 +975,8 @@
 @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

=== modified file 'doc/lispref/streams.texi'
--- a/doc/lispref/streams.texi  2012-04-26 00:31:47 +0000
+++ b/doc/lispref/streams.texi  2012-05-05 01:16:54 +0000
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
address@hidden Copyright (C) 1990-1994, 1998-1999, 2001-2012  Free Software 
Foundation, Inc.
address@hidden 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 @@
 If address@hidden, that means number continuously across print calls.
 This affects the numbers printed for @address@hidden labels and
 @address@hidden 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 @@
 @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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]