aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)))