summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-10-15 03:19:56 +0000
committerRichard M. Stallman <rms@gnu.org>1996-10-15 03:19:56 +0000
commiteb07d32424d44c6fc821b2bba1422cb8719f94c7 (patch)
tree0884b550d106e8ce56f93bee3d4df69daad99700 /lisp
parent4206865977016135c9879c0ad5a5addad8ebf132 (diff)
downloademacs-eb07d32424d44c6fc821b2bba1422cb8719f94c7.tar.gz
(universal-argument): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 50b4eb1fd92..f2fb11feeb0 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -984,7 +984,8 @@ Digits or minus sign following \\[universal-argument] make up the numeric argume
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)))