diff options
| author | Richard M. Stallman | 1996-10-15 03:19:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-15 03:19:56 +0000 |
| commit | a697fc6296e2f8f25f6e75fc8d5599858adc06e7 (patch) | |
| tree | 936b2efdbbdb3668ec5d3125ce12a1af4d51e6ea | |
| parent | 7cae52cffc11eda8b3b890f7be5b99c89256481c (diff) | |
| download | emacs-a697fc6296e2f8f25f6e75fc8d5599858adc06e7.tar.gz emacs-a697fc6296e2f8f25f6e75fc8d5599858adc06e7.zip | |
(universal-argument): Doc fix.
| -rw-r--r-- | lisp/simple.el | 3 |
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 | |||
| 984 | Repeating \\[universal-argument] without digits or minus sign | 984 | Repeating \\[universal-argument] without digits or minus sign |
| 985 | multiplies the argument by 4 each time. | 985 | multiplies the argument by 4 each time. |
| 986 | For some commands, just \\[universal-argument] by itself serves as a flag | 986 | For some commands, just \\[universal-argument] by itself serves as a flag |
| 987 | which is different in effect from any particular numeric argument." | 987 | which is different in effect from any particular numeric argument. |
| 988 | These 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))) |