# HG changeset patch # User Juanma Barranquero # Date 1179314801 0 # Node ID bc6b6a0db3e36502b1b8dfc79dcbbdd2c34add79 # Parent e16960b7b99bd2dbd3dd9f3de91ca38962b8aca2 (set-mark-command-repeat-pop): Doc fix. diff -r e16960b7b99b -r bc6b6a0db3e3 lisp/simple.el --- 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)