]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify `mark-ring-max' documentation.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 13 Jul 2011 16:58:15 +0000 (18:58 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 13 Jul 2011 16:58:15 +0000 (18:58 +0200)
* mark.texi (Mark Ring): Clarify how many locations are saved
(bug#5770).
(Global Mark Ring): Ditto.

doc/emacs/ChangeLog
doc/emacs/mark.texi

index bd5cfdce66b02d7cca009872c8403aa4baf48849..ce2a5e998e3206f646794416147452c1857e3c7b 100644 (file)
@@ -1,3 +1,9 @@
+2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mark.texi (Mark Ring): Clarify how many locations are saved
+       (bug#5770).
+       (Global Mark Ring): Ditto.
+
 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * text.texi (Table Recognition): Use "at point" instead of "under
index 20cc127d272632c9cc3ac84459716952f1b4ef67..1a93f5b79c80abc23b0fee70a194e59ef7afd25f 100644 (file)
@@ -253,7 +253,9 @@ Another effect of this mode is that some keys, such as @key{DEL} and
 @cindex mark ring
   Aside from delimiting the region, the mark is also useful for
 remembering spots that you may want to go back to.  Each buffer
-remembers 16 previous locations of the mark, in the @dfn{mark ring}.
+remembers @code{mark-ring-max} previous locations of the mark, in the
+@dfn{mark ring}.  This defaults to 16 locations.
+
 Commands that set the mark also push the old mark onto this ring.
 
 @table @kbd
@@ -315,10 +317,12 @@ Positions in Registers}).
 @section The Global Mark Ring
 @cindex global mark ring
 
+@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 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.
 
 @kindex C-x C-@key{SPC}
 @findex pop-global-mark