# HG changeset patch # User Richard M. Stallman # Date 1177362907 0 # Node ID 203581a4dee8a7a4c628862b6cba2e9577416a30 # Parent d0abec2d45b5f261d1e6d88c1741d6e188de604a (set-mark-command-repeat-pop): Doc fix. diff -r d0abec2d45b5 -r 203581a4dee8 lisp/simple.el --- 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)