From: Richard M. Stallman Date: Tue, 15 Oct 1996 03:19:56 +0000 (+0000) Subject: (universal-argument): Doc fix. X-Git-Tag: emacs-20.1~3499 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a697fc6296e2f8f25f6e75fc8d5599858adc06e7;p=emacs.git (universal-argument): Doc fix. --- 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)))