diff options
| author | Lars Ingebrigtsen | 2016-04-30 17:29:46 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-04-30 17:29:46 +0200 |
| commit | 12515d890f3c545186e023863e4ee6ba2cc65333 (patch) | |
| tree | ba3b3fdc8f81e15795afaee3a6b723e7502859f2 /etc | |
| parent | 6f86ec8050c12b131b5a8d54a42fef04445f9482 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 | ||
| 61 | to 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 | ||