diff options
| author | Richard M. Stallman | 2006-02-08 00:28:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-02-08 00:28:28 +0000 |
| commit | b3a1cf11635c0d89bb8f8914813ad6071dde99a3 (patch) | |
| tree | 2907c117cd8f2b9899728797d8d2faf1d2b9d483 | |
| parent | ab7c54593c84195880423400c417276d74409bdd (diff) | |
| download | emacs-b3a1cf11635c0d89bb8f8914813ad6071dde99a3.tar.gz emacs-b3a1cf11635c0d89bb8f8914813ad6071dde99a3.zip | |
(Prefix Command Arguments): Minor cleanup.
| -rw-r--r-- | lispref/commands.texi | 2 |
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 | |||
| 2780 | commands. | 2780 | commands. |
| 2781 | 2781 | ||
| 2782 | Normally, commands specify which representation to use for the prefix | 2782 | Normally, commands specify which representation to use for the prefix |
| 2783 | argument, either numeric or raw, in the @code{interactive} declaration. | 2783 | argument, 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 |
| 2785 | value of the prefix argument directly in the variable | 2785 | value 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. |