emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 78b8726: * etc/NEWS: Move M-x suggest-key-bindings to "Editing Ch


From: Juri Linkov
Subject: master 78b8726: * etc/NEWS: Move M-x suggest-key-bindings to "Editing Changes" section.
Date: Thu, 30 Jan 2020 18:01:09 -0500 (EST)

branch: master
commit 78b87263920e9ba73b37c5014acf6c88b745764f
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    * 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).
---
 doc/emacs/m-x.texi | 4 ++++
 etc/NEWS           | 7 ++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/m-x.texi b/doc/emacs/m-x.texi
index fc2d2d8..b18c334 100644
--- a/doc/emacs/m-x.texi
+++ b/doc/emacs/m-x.texi
@@ -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
diff --git a/etc/NEWS b/etc/NEWS
index 04ae3a4..2b9337b 100644
--- 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.
+
 
 * 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'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]