]> git.eshelyaron.com Git - emacs.git/commitdiff
(universal-argument): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 15 Oct 1996 03:19:56 +0000 (03:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 15 Oct 1996 03:19:56 +0000 (03:19 +0000)
lisp/simple.el

index 50b4eb1fd92bcfbd16c0bbbdea340f3ddc4a2621..f2fb11feeb064ec5b9ddb982191c85ee3fd8f73b 100644 (file)
@@ -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)))