comparison lisp/simple.el @ 77714:bc6b6a0db3e3

(set-mark-command-repeat-pop): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 16 May 2007 11:26:41 +0000
parents fad036526993
children ad5cb9373c74
comparison
equal deleted inserted replaced
77713:e16960b7b99b 77714:bc6b6a0db3e3
3202 That means that C-u \\[set-mark-command] \\[set-mark-command] 3202 That means that C-u \\[set-mark-command] \\[set-mark-command]
3203 will pop the mark twice, and 3203 will pop the mark twice, and
3204 C-u \\[set-mark-command] \\[set-mark-command] \\[set-mark-command] 3204 C-u \\[set-mark-command] \\[set-mark-command] \\[set-mark-command]
3205 will pop the mark three times. 3205 will pop the mark three times.
3206 3206
3207 nil means \\[set-mark-command]'s behavior does not change 3207 A value of nil means \\[set-mark-command]'s behavior does not change
3208 after C-u \\[set-mark-command]." 3208 after C-u \\[set-mark-command]."
3209 :type 'boolean 3209 :type 'boolean
3210 :group 'editing-basics) 3210 :group 'editing-basics)
3211 3211
3212 (defun set-mark-command (arg) 3212 (defun set-mark-command (arg)