Mercurial > emacs
changeset 68709:ca7b5630bffa
(Prefix Command Arguments): Minor cleanup.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 08 Feb 2006 00:28:28 +0000 |
parents | c0833efdd110 |
children | fb98ea8e029a |
files | lispref/commands.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/commands.texi Wed Feb 08 00:27:57 2006 +0000 +++ b/lispref/commands.texi Wed Feb 08 00:28:28 2006 +0000 @@ -2780,7 +2780,7 @@ 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.