]> code.delx.au - gnu-emacs/commitdiff
* doc/emacs/mark.texi (Global Mark Ring): Fix global mark ring description.
authorChong Yidong <cyd@gnu.org>
Mon, 21 Nov 2011 06:16:49 +0000 (14:16 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 21 Nov 2011 06:16:49 +0000 (14:16 +0800)
Fixes: debbugs:10032
doc/emacs/ChangeLog
doc/emacs/mark.texi
doc/emacs/windows.texi

index 761be847da2a0534678373ae9b104a84e4a4e5ac..6e687bcefc9b89c303fafb5504367d1b3107bcda 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-21  Chong Yidong  <cyd@gnu.org>
+
+       * mark.texi (Global Mark Ring): Fix description of global mark
+       ring (Bug#10032).
+
 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
 
        * msdog.texi (Windows Fonts): Fix typo.
index 0eccef417118cd0e8c196003539d3671a1f0254f..7d65719e5f0a382a2cf9ed5abe9d858bd09cdc9f 100644 (file)
@@ -354,9 +354,12 @@ Positions in Registers}).
 @vindex global-mark-ring-max
   In addition to the ordinary mark ring that belongs to each buffer,
 Emacs has a single @dfn{global mark ring}.  Each time you set a mark,
-in any buffer, this is recorded in the global mark ring in addition to
-the current buffer's own mark ring.  The length of this ring can be
-controlled by @code{global-mark-ring-max}, and is 16 by default.
+this is recorded in the global mark ring in addition to the current
+buffer's own mark ring, if you have switched buffers since the
+previous mark setting.  Hence, the global mark ring records a sequence
+of buffers that you have been in, and, for each buffer, a place where
+you set the mark.  The length of the global mark ring is controlled by
+@code{global-mark-ring-max}, and is 16 by default.
 
 @kindex C-x C-@key{SPC}
 @findex pop-global-mark
index ad2040c9047d6adeab03fa1a8f7f6a26fd0b5506..c44b67454a208e66792dd90a84bf9397b875ce6f 100644 (file)
@@ -34,11 +34,11 @@ has its own value of point.
 
 @cindex selected window
   At any time, one Emacs window is the @dfn{selected window}; the
-buffer this window is displaying is the current buffer.  Each window
-has its own value of point.  On graphical displays, the point is
-indicated by a solid blinking cursor in the selected window, and by a
-hollow box in non-selected windows.  On text-only terminals, the
-cursor is drawn only in the selected window.  @xref{Cursor Display}.
+buffer this window is displaying is the current buffer.  On graphical
+displays, the point is indicated by a solid blinking cursor in the
+selected window, and by a hollow box in non-selected windows.  On
+text-only terminals, the cursor is drawn only in the selected window.
+@xref{Cursor Display}.
 
   Commands to move point affect the value of point for the selected
 Emacs window only.  They do not change the value of point in other