diff options
| author | Glenn Morris | 2014-01-30 22:34:44 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-30 22:34:44 -0800 |
| commit | fbb764b8bc037b7d91b9e84d70f245d5e6daed89 (patch) | |
| tree | 1b3fa0568e02ceb5ab14b9edfed45fc9be684875 /etc | |
| parent | da942af18c046bcb8c3009a50667a79ba1fb18f3 (diff) | |
| download | emacs-fbb764b8bc037b7d91b9e84d70f245d5e6daed89.tar.gz emacs-fbb764b8bc037b7d91b9e84d70f245d5e6daed89.zip | |
* lisp/ido.el (ido-use-virtual-buffers): Doc fix.
Reset :version, since the default value has not changed.
* etc/NEWS: Related edits.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 9 insertions, 3 deletions
| @@ -558,11 +558,17 @@ will revert to the old behavior. | |||
| 558 | 558 | ||
| 559 | ** Ido | 559 | ** Ido |
| 560 | 560 | ||
| 561 | *** Ido has a manual now. | 561 | +++ |
| 562 | *** An Ido user manual is now included. | ||
| 562 | 563 | ||
| 563 | *** `ido-use-virtual-buffers' takes a new value 'auto. | 564 | --- |
| 565 | *** The option `ido-use-virtual-buffers' can now take the value `auto'. | ||
| 566 | This means to use virtual buffers if the current ido input does not match | ||
| 567 | an existing buffer. | ||
| 564 | 568 | ||
| 565 | *** `ido-decorations' has been slightly extended to give a bit more control. | 569 | --- |
| 570 | *** The variable `ido-decorations' can optionally have two new elements, | ||
| 571 | which are the brackets to use around the sole remaining completion. | ||
| 566 | 572 | ||
| 567 | ** Image mode | 573 | ** Image mode |
| 568 | 574 | ||