diff options
| author | Lars Ingebrigtsen | 2021-02-14 00:35:51 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-02-14 00:35:51 +0100 |
| commit | d7980295ef0509537b021201eeece90dffe19ab4 (patch) | |
| tree | 9346ba93ce917da2a642529a1b0f8e3379d8fb8d | |
| parent | 867120fd2b70f06d9ab88555a3625af5e64639ca (diff) | |
| download | emacs-scratch/command.tar.gz emacs-scratch/command.zip | |
Remove comment about commandscratch/command
| -rw-r--r-- | doc/lispref/commands.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 03260f17126..8a81bf52661 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -116,12 +116,6 @@ serves as a flag, telling the Emacs command loop that the function can | |||
| 116 | be called interactively. The argument of the @code{interactive} form | 116 | be called interactively. The argument of the @code{interactive} form |
| 117 | specifies how the arguments for an interactive call should be read. | 117 | specifies how the arguments for an interactive call should be read. |
| 118 | 118 | ||
| 119 | Many commands are specific to certain major modes and do not make | ||
| 120 | sense outside of that context. These commands can be marked with | ||
| 121 | @code{command} instead of @code{interactive}, and take an additional | ||
| 122 | parameter that specifies the mode (or modes) the command is applicable | ||
| 123 | for. | ||
| 124 | |||
| 125 | @cindex @code{interactive-form} property | 119 | @cindex @code{interactive-form} property |
| 126 | Alternatively, an @code{interactive} form may be specified in a | 120 | Alternatively, an @code{interactive} form may be specified in a |
| 127 | function symbol's @code{interactive-form} property. A non-@code{nil} | 121 | function symbol's @code{interactive-form} property. A non-@code{nil} |