aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-02-08 00:28:28 +0000
committerRichard M. Stallman2006-02-08 00:28:28 +0000
commitb3a1cf11635c0d89bb8f8914813ad6071dde99a3 (patch)
tree2907c117cd8f2b9899728797d8d2faf1d2b9d483
parentab7c54593c84195880423400c417276d74409bdd (diff)
downloademacs-b3a1cf11635c0d89bb8f8914813ad6071dde99a3.tar.gz
emacs-b3a1cf11635c0d89bb8f8914813ad6071dde99a3.zip
(Prefix Command Arguments): Minor cleanup.
-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
2780commands. 2780commands.
2781 2781
2782 Normally, commands specify which representation to use for the prefix 2782 Normally, commands specify which representation to use for the prefix
2783argument, either numeric or raw, in the @code{interactive} declaration. 2783argument, either numeric or raw, in the @code{interactive} specification.
2784(@xref{Using Interactive}.) Alternatively, functions may look at the 2784(@xref{Using Interactive}.) Alternatively, functions may look at the
2785value of the prefix argument directly in the variable 2785value of the prefix argument directly in the variable
2786@code{current-prefix-arg}, but this is less clean. 2786@code{current-prefix-arg}, but this is less clean.