changeset 77459:203581a4dee8

(set-mark-command-repeat-pop): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 Apr 2007 21:15:07 +0000
parents d0abec2d45b5
children a5302cfba408
files lisp/simple.el
diffstat 1 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Mon Apr 23 21:10:53 2007 +0000
+++ b/lisp/simple.el	Mon Apr 23 21:15:07 2007 +0000
@@ -3198,9 +3198,14 @@
 	(message "Mark activated")))))
 
 (defcustom set-mark-command-repeat-pop nil
-  "*Non-nil means that repeating \\[set-mark-command] after popping will pop.
-This means that if you type C-u \\[set-mark-command] \\[set-mark-command]
-will pop twice."
+  "*Non-nil means repeating \\[set-mark-command] after popping mark pops it again.
+That means that C-u \\[set-mark-command] \\[set-mark-command]
+will pop the mark twice, and
+C-u \\[set-mark-command] \\[set-mark-command] \\[set-mark-command]
+will pop the mark three times.
+
+nil means \\[set-mark-command]'s behavior does not change
+after C-u \\[set-mark-command]."
   :type 'boolean
   :group 'editing)