changeset 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 e16960b7b99b
children 5ccb0e885118
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)