]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fixes for buffers.texi and text.texi in Emacs manual.
authorDani Moncayo <dmoncayo@gmail.com>
Fri, 27 Jan 2012 08:19:19 +0000 (16:19 +0800)
committerChong Yidong <cyd@gnu.org>
Fri, 27 Jan 2012 08:19:19 +0000 (16:19 +0800)
* 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.

doc/emacs/ChangeLog
doc/emacs/buffers.texi
doc/emacs/text.texi

index 9aa4899e591ae8e195d495979074d69fca853e0f..5c56720a40e4857e123ee47b37556db848d3657a 100644 (file)
@@ -1,3 +1,13 @@
+2012-01-27  Dani Moncayo  <dmoncayo@gmail.com>
+
+       * 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  <cyd@gnu.org>
 
        * anti.texi (Antinews): Add Emacs 23 antinews.
index fb71e04c184e4d8cc9e37b8d03a640571f4cf8db..0b471ca502763dcb1e6c7d84243029b8ef124da8 100644 (file)
@@ -90,9 +90,7 @@ selected buffer other than the current buffer.
 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 @@ completing up to a nonexistent buffer name, Emacs prints
 @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
-@kbd{C-x @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.
+@kbd{C-x @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
+@key{RIGHT}} (@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 @@ Change the name of the current buffer.
 @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 @@ switch to some other buffer before using the command, in order for it
 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.
+@xref{Accumulating Text}.
 
 @node Kill Buffer
 @section Killing Buffers
index ccc546fb0a17d6a4041caefcef7b71f163d350be..591ca80f27cb83a88978d711d79c8fc4af63b4ca 100644 (file)
@@ -546,11 +546,11 @@ made by Text mode and is available only in that and related modes
 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
-@code{sentence-end-double-space} to a non-@code{nil} 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
+@code{sentence-end-double-space} 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 non-@code{nil}, the