From 78b87263920e9ba73b37c5014acf6c88b745764f Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Fri, 31 Jan 2020 01:01:02 +0200 Subject: [PATCH] * 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 fc2d2d8c84d..b18c334acf4 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 04ae3a4ac86..2b9337b9ee2 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' -- 2.39.2