emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/command d798029: Remove comment about command


From: Lars Ingebrigtsen
Subject: scratch/command d798029: Remove comment about command
Date: Sat, 13 Feb 2021 18:36:42 -0500 (EST)

branch: scratch/command
commit d7980295ef0509537b021201eeece90dffe19ab4
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Remove comment about command
---
 doc/lispref/commands.texi | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 03260f1..8a81bf5 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}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]