diff options
| author | Stefan Monnier | 2017-04-19 20:43:41 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2017-04-19 20:43:41 -0400 |
| commit | cd56490fef9cf585708b9d11de2f3f2ec1e2d5b2 (patch) | |
| tree | 037cf92e29bb68b3b4669eb0a43a06e101adb846 /etc | |
| parent | 992e2019d3c535a61df064de25f664c01b8c309f (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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. | ||
| 390 | This can be customized via the `info-menu` category in | ||
| 391 | completion-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. |
| 391 | A new option ediff-show-ancestor and a new toggle | 395 | A new option ediff-show-ancestor and a new toggle |