]> git.eshelyaron.com Git - emacs.git/commitdiff
(Prefix Command Arguments): Minor cleanup.
authorRichard M. Stallman <rms@gnu.org>
Wed, 8 Feb 2006 00:28:28 +0000 (00:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 8 Feb 2006 00:28:28 +0000 (00:28 +0000)
lispref/commands.texi

index 02444e8dcdea1b1f70502ca488557910993a1a78..7a2cdb8edf979b70cdde71d83cc6c2f6f5d0956c 100644 (file)
@@ -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.