summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-05-16 13:17:32 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-05-16 13:17:32 +0000
commit6f4b1ba55a0577c46145747fe3e8d58e09513f88 (patch)
treeb0aedd6c9660e11fd19a824a0bb32b79058ae7aa /lisp
parent21146bfc196ec7f72beb246f12e01fc02849191c (diff)
downloademacs-6f4b1ba55a0577c46145747fe3e8d58e09513f88.tar.gz
(set-mark-command-repeat-pop): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index df983a6e23c..7faa0547687 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3204,7 +3204,7 @@ 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
+A value of nil means \\[set-mark-command]'s behavior does not change
after C-u \\[set-mark-command]."
:type 'boolean
:group 'editing-basics)