diff options
-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 be called interactively. The argument of the @code{interactive} form specifies how the arguments for an interactive call should be read. - Many commands are specific to certain major modes and do not make -sense outside of that context. These commands can be marked with -@code{command} instead of @code{interactive}, and take an additional -parameter that specifies the mode (or modes) the command is applicable -for. - @cindex @code{interactive-form} property Alternatively, an @code{interactive} form may be specified in a function symbol's @code{interactive-form} property. A non-@code{nil} |