# HG changeset patch # User Richard M. Stallman # Date 845349596 0 # Node ID c5ec4ef6203ccbfd8ec01934886744326e4a8fcb # Parent f32ed369901ccc81c3f28697b0d7ecd0b5af1bdc (universal-argument): Doc fix. diff -r f32ed369901c -r c5ec4ef6203c lisp/simple.el --- a/lisp/simple.el Tue Oct 15 02:58:27 1996 +0000 +++ b/lisp/simple.el Tue Oct 15 03:19:56 1996 +0000 @@ -984,7 +984,8 @@ Repeating \\[universal-argument] without digits or minus sign multiplies the argument by 4 each time. For some commands, just \\[universal-argument] by itself serves as a flag -which is different in effect from any particular numeric argument." +which is different in effect from any particular numeric argument. +These commands include \\[set-mark-command] and \\[start-kbd-macro]." (interactive) (setq prefix-arg (list 4)) (setq universal-argument-num-events (length (this-command-keys)))