* etc/NEWS: Move M-x suggest-key-bindings to "Editing Changes" section.
* doc/emacs/m-x.texi (M-x): Mention effect of suggest-key-bindings on the completion list of M-x (bug#39035).
This commit is contained in:
parent
38b6ed1edc
commit
78b8726392
2 changed files with 8 additions and 3 deletions
|
@ -72,6 +72,10 @@ number, in which case Emacs will show the binding for that many
|
|||
seconds before removing it from display. The default behavior is to
|
||||
display the binding for 2 seconds.
|
||||
|
||||
Additionally, when @code{suggest-key-bindings} is non-@code{nil}, the
|
||||
completion list of @kbd{M-x} shows equivalent key bindings for all
|
||||
commands that have them.
|
||||
|
||||
@vindex extended-command-suggest-shorter
|
||||
Commands that don't have key bindings, can still be invoked after
|
||||
typing less than their full name at the @samp{M-x} prompt. Emacs
|
||||
|
|
7
etc/NEWS
7
etc/NEWS
|
@ -78,6 +78,10 @@ Each buffer will keep a separate history of line numbers used with
|
|||
'goto-line'. This should help making faster the process of finding
|
||||
line numbers that were previously jumped to.
|
||||
|
||||
+++
|
||||
** When 'suggest-key-bindings' is non-nil, the completion list of 'M-x'
|
||||
shows equivalent key bindings for all commands that have them.
|
||||
|
||||
|
||||
* Changes in Specialized Modes and Packages in Emacs 28.1
|
||||
|
||||
|
@ -109,9 +113,6 @@ like cell phones, tablets or cameras.
|
|||
|
||||
* Incompatible Lisp Changes in Emacs 28.1
|
||||
|
||||
** When 'suggest-key-bindings' is non-nil, the completion list of M-x
|
||||
shows equivalent key-bindings for all commands that have them.
|
||||
|
||||
** 'equal' no longer examines some contents of window configurations.
|
||||
Instead, it considers window configurations to be equal only if they
|
||||
are 'eq'. To compare contents, use 'compare-window-configurations'
|
||||
|
|
Loading…
Add table
Reference in a new issue