From: Richard M. Stallman Date: Wed, 8 Feb 2006 00:28:28 +0000 (+0000) Subject: (Prefix Command Arguments): Minor cleanup. X-Git-Tag: emacs-pretest-22.0.90~4293 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3a1cf11635c0d89bb8f8914813ad6071dde99a3;p=emacs.git (Prefix Command Arguments): Minor cleanup. --- diff --git a/lispref/commands.texi b/lispref/commands.texi index 02444e8dcde..7a2cdb8edf9 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi @@ -2780,7 +2780,7 @@ command, so setting it has no effect on the prefix arguments for future commands. Normally, commands specify which representation to use for the prefix -argument, either numeric or raw, in the @code{interactive} declaration. +argument, either numeric or raw, in the @code{interactive} specification. (@xref{Using Interactive}.) Alternatively, functions may look at the value of the prefix argument directly in the variable @code{current-prefix-arg}, but this is less clean.