From: Daniel Martín Date: Tue, 5 Oct 2021 07:39:03 +0000 (+0200) Subject: Update documentation about how M-x completes obsolete commands X-Git-Tag: emacs-29.0.90~3671^2~655 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=947aee281c1f6d891a5770e70735697fe3c3e1a7;p=emacs.git Update documentation about how M-x completes obsolete commands * doc/emacs/m-x.texi (M-x): Mention that Emacs offers completion for commands marked obsolete in the current version of Emacs (bug#51017). --- diff --git a/doc/emacs/m-x.texi b/doc/emacs/m-x.texi index d35a8351541..7b9b40388c2 100644 --- a/doc/emacs/m-x.texi +++ b/doc/emacs/m-x.texi @@ -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