aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2017-04-19 20:43:41 -0400
committerStefan Monnier2017-04-19 20:43:41 -0400
commitcd56490fef9cf585708b9d11de2f3f2ec1e2d5b2 (patch)
tree037cf92e29bb68b3b4669eb0a43a06e101adb846 /etc
parent992e2019d3c535a61df064de25f664c01b8c309f (diff)
downloademacs-cd56490fef9cf585708b9d11de2f3f2ec1e2d5b2.tar.gz
emacs-cd56490fef9cf585708b9d11de2f3f2ec1e2d5b2.zip
Use substring completion for Info menus and index
* lisp/info.el (Info-complete-menu-item): Add `category' metadata. (Info-menu): Simplify now that we use the `default' arg of completing-read. * lisp/minibuffer.el (completion-category-defaults): Use substring completion for `info-menu`.
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 76c9dbc3315..72818278781 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -386,6 +386,10 @@ end of the word).
386 386
387* Changes in Specialized Modes and Packages in Emacs 26.1 387* Changes in Specialized Modes and Packages in Emacs 26.1
388 388
389*** Info menu and index completion uses substring completion by default.
390This can be customized via the `info-menu` category in
391completion-category-override.
392
389+++ 393+++
390*** The ancestor buffer is shown by default in 3way merges. 394*** The ancestor buffer is shown by default in 3way merges.
391A new option ediff-show-ancestor and a new toggle 395A new option ediff-show-ancestor and a new toggle