]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Command Modes to Elisp manual menu and add index entries
authorStephen Berman <stephen.berman@gmx.net>
Mon, 16 Aug 2021 17:13:53 +0000 (19:13 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Mon, 16 Aug 2021 17:13:53 +0000 (19:13 +0200)
* doc/lispref/commands.texi (Command Modes): Add index entries.

* doc/lispref/elisp.texi (Top): Add entry for the Command Modes
node to the detailed node listing.

doc/lispref/commands.texi
doc/lispref/elisp.texi

index b4a8b733a0b0d70922edc504d0dc355fa47b5a66..6d4509986739d333c125ac115da1a133900c851c 100644 (file)
@@ -601,6 +601,9 @@ Put them into three windows, selecting the last one."
 
 @node Command Modes
 @subsection Specifying Modes For Commands
+@cindex commands, mode-specific
+@cindex commands, specify as mode-specific
+@cindex mode-specific commands
 
 Many commands in Emacs are general, and not tied to any specific mode.
 For instance, @kbd{M-x kill-region} can be used in pretty much any
index 8b440c79774aed783d8fd098fcfae9b1a5adfd87..337c71c2956bf86d0080ce22a62dc4a5beac57b2 100644 (file)
@@ -788,6 +788,7 @@ Defining Commands
 * Interactive Codes::       The standard letter-codes for reading arguments
                               in various ways.
 * Interactive Examples::    Examples of how to read interactive arguments.
+* Command Modes::            Specifying that commands are for a specific mode.
 * Generic Commands::        Select among command alternatives.