# HG changeset patch # User Juanma Barranquero # Date 1179321452 0 # Node ID 3d1f053bb61be5ce1756af17c0a69ed64edbaa12 # Parent f8f244768968b048fab32fdc79c6c95cb15bde10 (set-mark-command-repeat-pop): Doc fix. diff -r f8f244768968 -r 3d1f053bb61b lisp/simple.el --- 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)