Mercurial > emacs
changeset 80932:3d1f053bb61b
(set-mark-command-repeat-pop): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 16 May 2007 13:17:32 +0000 |
parents | f8f244768968 |
children | c9111e7f82a5 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Wed May 16 13:16:40 2007 +0000 +++ b/lisp/simple.el Wed May 16 13:17:32 2007 +0000 @@ -3204,7 +3204,7 @@ 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 +A value of nil means \\[set-mark-command]'s behavior does not change after C-u \\[set-mark-command]." :type 'boolean :group 'editing-basics)