diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-12-29 16:39:20 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-12-29 16:39:20 +0200 |
commit | f11779f01b229235feb4ce0c1b20a8c2fabfbb88 (patch) | |
tree | 2faf57c07de02ab67f7b30708d3438424eaf58b6 /doc/emacs/m-x.texi | |
parent | 06dcd2be5d42362757e923bc5d1952a2bce509b9 (diff) | |
download | emacs-f11779f01b229235feb4ce0c1b20a8c2fabfbb88.tar.gz emacs-f11779f01b229235feb4ce0c1b20a8c2fabfbb88.tar.bz2 emacs-f11779f01b229235feb4ce0c1b20a8c2fabfbb88.zip |
Improve documentation of 'M-X' and related features
* doc/emacs/m-x.texi (M-x): Index 'M-X'.
* doc/lispref/commands.texi (Interactive Call, Command Modes):
Mention 'M-X' and 'execute-extended-command-for-buffer'.
* etc/NEWS: Clarify that the '(declare (completion ...' and
'(declare (modes ...' forms have no effect by default. Likewise
for '(interactive "..." MODE)' specs. (Bug#52839)
Diffstat (limited to 'doc/emacs/m-x.texi')
-rw-r--r-- | doc/emacs/m-x.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/emacs/m-x.texi b/doc/emacs/m-x.texi index d35a8351541..4e95e03aae8 100644 --- a/doc/emacs/m-x.texi +++ b/doc/emacs/m-x.texi @@ -59,6 +59,7 @@ the option @code{read-extended-command-predicate} to exclude those irrelevant commands from completion results. @kindex M-S-x +@kindex M-X Conversely, Emacs can exclude all commands except those that are particularly relevant to the current buffer. The @kbd{M-S-x} (that's ``meta shift x'') command works just like @kbd{M-x}, but instead of |