emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106948: Doc fixes for buffers.texi a


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106948: Doc fixes for buffers.texi and text.texi in Emacs manual.
Date: Fri, 27 Jan 2012 16:19:19 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106948
author: Dani Moncayo <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Fri 2012-01-27 16:19:19 +0800
message:
  Doc fixes for buffers.texi and text.texi in Emacs manual.
  
  * doc/emacs/buffers.texi (Select Buffer): Clarify explanation of switching
  to new buffers.  Fix description of next-buffer and
  previous-buffer       (Bug#10334).
  (Misc Buffer): Add xref to View Mode.
  
  * doc/emacs/text.texi (Fill Commands): Fix description of
  sentence-end-double-space.
modified:
  doc/emacs/ChangeLog
  doc/emacs/buffers.texi
  doc/emacs/text.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-01-23 06:54:20 +0000
+++ b/doc/emacs/ChangeLog       2012-01-27 08:19:19 +0000
@@ -1,3 +1,13 @@
+2012-01-27  Dani Moncayo  <address@hidden>
+
+       * buffers.texi (Select Buffer): Clarify explanation of switching
+       to new buffers.  Fix description of next-buffer and
+       previous-buffer (Bug#10334).
+       (Misc Buffer): Add xref to View Mode.
+
+       * text.texi (Fill Commands): Fix description of
+       sentence-end-double-space.
+
 2012-01-23  Chong Yidong  <address@hidden>
 
        * anti.texi (Antinews): Add Emacs 23 antinews.

=== modified file 'doc/emacs/buffers.texi'
--- a/doc/emacs/buffers.texi    2012-01-19 07:21:25 +0000
+++ b/doc/emacs/buffers.texi    2012-01-27 08:19:19 +0000
@@ -90,9 +90,7 @@
 name using the minibuffer.  Then it makes that buffer current, and
 displays it in the currently-selected window.  An empty input
 specifies the buffer that was current most recently among those not
-now displayed in any window.  If you specify a buffer that does not
-exist, @kbd{C-x b} creates a new, empty buffer that is not visiting
-any file, and selects it for editing.
+now displayed in any window.
 
   While entering the buffer name, you can use the usual completion and
 history commands (@pxref{Minibuffer}).  Note that @kbd{C-x b}, and
@@ -102,21 +100,24 @@
 @samp{[Confirm]} and you must type a second @key{RET} to submit that
 buffer name.  @xref{Completion Exit}, for details.
 
-  One reason to create a new buffer is to use it for making temporary
-notes.  If you try to save it, Emacs asks for the file name to use.
-The default value of the variable @code{major-mode} determines the new
-buffer's major mode; the default value is Fundamental mode.  @xref{Major
-Modes}.
+  If you specify a buffer that does not exist, @kbd{C-x b} creates a
+new, empty buffer that is not visiting any file, and selects it for
+editing.  The default value of the variable @code{major-mode}
+determines the new buffer's major mode; the default value is
+Fundamental mode.  @xref{Major Modes}.  One reason to create a new
+buffer is to use it for making temporary notes.  If you try to save
+it, Emacs asks for the file name to use.
 
 @kindex C-x @key{LEFT}
 @kindex C-x @key{RIGHT}
 @findex next-buffer
 @findex previous-buffer
   For conveniently switching between a few buffers, use the commands
address@hidden @key{LEFT}} and @kbd{C-x @key{RIGHT}}.  @kbd{C-x @key{RIGHT}}
-(@code{previous-buffer}) selects the previous buffer (following the order
-of most recent selection in the current frame), while @kbd{C-x @key{LEFT}}
-(@code{next-buffer}) moves through buffers in the reverse direction.
address@hidden @key{LEFT}} and @kbd{C-x @key{RIGHT}}.  @kbd{C-x @key{LEFT}}
+(@code{previous-buffer}) selects the previous buffer (following the
+order of most recent selection in the current frame), while @kbd{C-x
address@hidden (@code{next-buffer}) moves through buffers in the reverse
+direction.
 
 @kindex C-x 4 b
 @findex switch-to-buffer-other-window
@@ -215,7 +216,7 @@
 @item M-x rename-uniquely
 Rename the current buffer by adding @samp{<@var{number}>} to the end.
 @item M-x view-buffer @key{RET} @var{buffer} @key{RET}
-Scroll through buffer @var{buffer}.
+Scroll through buffer @var{buffer}.  @xref{View Mode}.
 @end table
 
 @kindex C-x C-q
@@ -256,8 +257,8 @@
 to make a different buffer.)
 
   The commands @kbd{M-x append-to-buffer} and @kbd{M-x insert-buffer}
-can be used to copy text from one buffer to another.  @xref{Accumulating
-Text}.
+can also be used to copy text from one buffer to another.
address@hidden Text}.
 
 @node Kill Buffer
 @section Killing Buffers

=== modified file 'doc/emacs/text.texi'
--- a/doc/emacs/text.texi       2012-01-19 07:21:25 +0000
+++ b/doc/emacs/text.texi       2012-01-27 08:19:19 +0000
@@ -546,11 +546,11 @@
 newline as the end of a sentence; a period followed by just one space
 indicates an abbreviation, not the end of a sentence.  Accordingly,
 the fill commands will not break a line after a period followed by
-just one space.  If you change the variable
address@hidden to a address@hidden value, the fill
-commands will break a line after a period followed by one space, and
-put just one space after each period.  @xref{Sentences}, for other
-effects and possible drawbacks of this.
+just one space.  If you set the variable
address@hidden to @code{nil}, the fill commands will
+break a line after a period followed by one space, and put just one
+space after each period.  @xref{Sentences}, for other effects and
+possible drawbacks of this.
 
 @vindex colon-double-space
   If the variable @code{colon-double-space} is address@hidden, the


reply via email to

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