]> git.eshelyaron.com Git - emacs.git/commitdiff
Update documentation about how M-x completes obsolete commands
authorDaniel Martín <mardani29@yahoo.es>
Tue, 5 Oct 2021 07:39:03 +0000 (09:39 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 5 Oct 2021 07:39:03 +0000 (09:39 +0200)
* doc/emacs/m-x.texi (M-x): Mention that Emacs offers completion for
commands marked obsolete in the current version of Emacs (bug#51017).

doc/emacs/m-x.texi

index d35a835154140ffb815539560e3882b9db9c867d..7b9b40388c2e90db1b5eb6fdc34a99f06f4de0d4 100644 (file)
@@ -45,10 +45,11 @@ from running the command by name.
 
 @cindex obsolete command
   When @kbd{M-x} completes on commands, it ignores the commands that
-are declared @dfn{obsolete}; for these, you will have to type their
-full name.  (Obsolete commands are those for which newer, better
-alternatives exist, and which are slated for removal in some future
-Emacs release.)
+were declared @dfn{obsolete} in any previous major version of Emacs;
+for these, you will have to type their full name.  Commands that were
+marked obsolete in the current version of Emacs are listed.  (Obsolete
+commands are those for which newer, better alternatives exist, and
+which are slated for removal in some future Emacs release.)
 
 @vindex read-extended-command-predicate
   In addition, @kbd{M-x} completion can exclude commands that are not