changeset 16445:c5ec4ef6203c

(universal-argument): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 15 Oct 1996 03:19:56 +0000
parents f32ed369901c
children df84adfbe883
files lisp/simple.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))