aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2015-11-28 20:27:52 +0200
committerEli Zaretskii2015-11-28 20:27:52 +0200
commit63f7e4b4b95f8c347144596efcb9b5d806724c8d (patch)
tree0b5fa2ad9d3bdfcd2fc7a120964b8ca432e2d68d /etc
parentfadc3e0dfd7fafa9c65f689a59244fdb3ca94e54 (diff)
downloademacs-63f7e4b4b95f8c347144596efcb9b5d806724c8d.tar.gz
emacs-63f7e4b4b95f8c347144596efcb9b5d806724c8d.zip
Document the shorthand hints displayed by M-x
* doc/emacs/m-x.texi (M-x): Document the numeric meaning of suggest-key-bindings. Document the shorthand hints for commands that have no key bindings. Document that M-x completion ignores obsolete commands. * etc/NEWS: Move the M-x entry to "Editing Changes" and mark it as documented.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bd8edee5538..8a3bd8e30bd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -148,7 +148,6 @@ the `network-security-level' variable.
148+++ 148+++
149** C-h l now also lists the commands that were run. 149** C-h l now also lists the commands that were run.
150 150
151** M-x suggests shorthands and ignores obsolete commands for completion.
152** x-select-enable-clipboard is renamed select-enable-clipboard. 151** x-select-enable-clipboard is renamed select-enable-clipboard.
153x-select-enable-primary and renamed select-enable-primary. 152x-select-enable-primary and renamed select-enable-primary.
154Additionally they both now apply to all systems (OSX, GNUstep, Windows, you 153Additionally they both now apply to all systems (OSX, GNUstep, Windows, you
@@ -316,6 +315,9 @@ at configure time.
316 315
317* Editing Changes in Emacs 25.1 316* Editing Changes in Emacs 25.1
318 317
318+++
319** M-x suggests shorthands and ignores obsolete commands for completion.
320
319** Successive single-char deletions are collapsed in the undo-log just like 321** Successive single-char deletions are collapsed in the undo-log just like
320successive char insertions. 322successive char insertions.
321 323