aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-30 17:29:46 +0200
committerLars Ingebrigtsen2016-04-30 17:29:46 +0200
commit12515d890f3c545186e023863e4ee6ba2cc65333 (patch)
treeba3b3fdc8f81e15795afaee3a6b723e7502859f2 /etc
parent6f86ec8050c12b131b5a8d54a42fef04445f9482 (diff)
downloademacs-12515d890f3c545186e023863e4ee6ba2cc65333.tar.gz
emacs-12515d890f3c545186e023863e4ee6ba2cc65333.zip
Document extended-command-suggest-shorter
* doc/emacs/m-x.texi (M-x): Mention extended-command-suggest-shorter (bug#19152).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 543b3bac7a7..ed4810b2982 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -56,6 +56,10 @@ affected by this, as SGI stopped supporting IRIX in December 2013.
56 56
57* Changes in Emacs 25.2 57* Changes in Emacs 25.2
58 58
59+++
60** The new variable `extended-command-suggest-shorter' has been added
61to control whether to suggest shorter `M-x' commands or not.
62
59--- 63---
60** icomplete now respects `completion-ignored-extensions'. 64** icomplete now respects `completion-ignored-extensions'.
61 65