summaryrefslogtreecommitdiff
path: root/doc/emacs/m-x.texi
diff options
context:
space:
mode:
authorDaniel Martín <mardani29@yahoo.es>2021-10-05 09:39:03 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-10-05 09:39:03 +0200
commit947aee281c1f6d891a5770e70735697fe3c3e1a7 (patch)
treef2c93b8667993e50c2327c578b5ee626dd05492e /doc/emacs/m-x.texi
parent0707fdd36cffe2211614b921cbc8dcd44e9cd880 (diff)
downloademacs-947aee281c1f6d891a5770e70735697fe3c3e1a7.tar.gz
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).
Diffstat (limited to 'doc/emacs/m-x.texi')
-rw-r--r--doc/emacs/m-x.texi9
1 files changed, 5 insertions, 4 deletions
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