summaryrefslogtreecommitdiff
path: root/lispref/commands.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-02-08 00:28:28 +0000
committerRichard M. Stallman <rms@gnu.org>2006-02-08 00:28:28 +0000
commitb3a1cf11635c0d89bb8f8914813ad6071dde99a3 (patch)
tree2907c117cd8f2b9899728797d8d2faf1d2b9d483 /lispref/commands.texi
parentab7c54593c84195880423400c417276d74409bdd (diff)
downloademacs-b3a1cf11635c0d89bb8f8914813ad6071dde99a3.tar.gz
(Prefix Command Arguments): Minor cleanup.
Diffstat (limited to 'lispref/commands.texi')
-rw-r--r--lispref/commands.texi2
1 files changed, 1 insertions, 1 deletions
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.