]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Move M-x suggest-key-bindings to "Editing Changes" section.
authorJuri Linkov <juri@linkov.net>
Thu, 30 Jan 2020 23:01:02 +0000 (01:01 +0200)
committerJuri Linkov <juri@linkov.net>
Thu, 30 Jan 2020 23:01:02 +0000 (01:01 +0200)
* doc/emacs/m-x.texi (M-x): Mention effect of suggest-key-bindings
on the completion list of M-x (bug#39035).

doc/emacs/m-x.texi
etc/NEWS

index fc2d2d8c84d4b706ca4113cf86c6bfac87ca1566..b18c334acf4402326fe7a9763bdd861f0e5a3097 100644 (file)
@@ -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
index 04ae3a4ac86e3f1117c283605d1d4497788f118c..2b9337b9ee202463cdf536895111188e2499685b 100644 (file)
--- a/etc/NEWS
+++ b/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.
+
 \f
 * Changes in Specialized Modes and Packages in Emacs 28.1
 
@@ -109,9 +113,6 @@ like cell phones, tablets or cameras.
 \f
 * 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'