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).
This commit is contained in:
parent
0707fdd36c
commit
947aee281c
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue