diff 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
line wrap: on
line diff
--- a/lisp/simple.el	Wed May 16 11:25:46 2007 +0000
+++ b/lisp/simple.el	Wed May 16 11:26:41 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)