]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention `M-S-x' in the Emacs manual.
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 20 Feb 2021 14:37:24 +0000 (15:37 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 20 Feb 2021 14:37:28 +0000 (15:37 +0100)
* doc/emacs/m-x.texi (M-x): Mention `M-S-x' in the Emacs manual.

doc/emacs/m-x.texi

index c51f10a47aafaacb6b25cae086f5300a2c8d67c5..d35a835154140ffb815539560e3882b9db9c867d 100644 (file)
@@ -58,6 +58,14 @@ Modes}).  By default, no commands are excluded, but you can customize
 the option @code{read-extended-command-predicate} to exclude those
 irrelevant commands from completion results.
 
+@kindex M-S-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
+listing all (or most) of the commands Emacs knows about, it will only
+list the commands that have been marked as ``belonging'' to the
+current major mode, or any enabled minor modes.
+
   To cancel the @kbd{M-x} and not run a command, type @kbd{C-g} instead
 of entering the command name.  This takes you back to command level.