aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-10-15 03:19:56 +0000
committerRichard M. Stallman1996-10-15 03:19:56 +0000
commita697fc6296e2f8f25f6e75fc8d5599858adc06e7 (patch)
tree936b2efdbbdb3668ec5d3125ce12a1af4d51e6ea
parent7cae52cffc11eda8b3b890f7be5b99c89256481c (diff)
downloademacs-a697fc6296e2f8f25f6e75fc8d5599858adc06e7.tar.gz
emacs-a697fc6296e2f8f25f6e75fc8d5599858adc06e7.zip
(universal-argument): Doc fix.
-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
984Repeating \\[universal-argument] without digits or minus sign 984Repeating \\[universal-argument] without digits or minus sign
985 multiplies the argument by 4 each time. 985 multiplies the argument by 4 each time.
986For some commands, just \\[universal-argument] by itself serves as a flag 986For some commands, just \\[universal-argument] by itself serves as a flag
987which is different in effect from any particular numeric argument." 987which is different in effect from any particular numeric argument.
988These commands include \\[set-mark-command] and \\[start-kbd-macro]."
988 (interactive) 989 (interactive)
989 (setq prefix-arg (list 4)) 990 (setq prefix-arg (list 4))
990 (setq universal-argument-num-events (length (this-command-keys))) 991 (setq universal-argument-num-events (length (this-command-keys)))