aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-01-30 22:34:44 -0800
committerGlenn Morris2014-01-30 22:34:44 -0800
commitfbb764b8bc037b7d91b9e84d70f245d5e6daed89 (patch)
tree1b3fa0568e02ceb5ab14b9edfed45fc9be684875 /etc
parentda942af18c046bcb8c3009a50667a79ba1fb18f3 (diff)
downloademacs-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/NEWS12
1 files changed, 9 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2c7d42a26b8..dfba6da980c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
566This means to use virtual buffers if the current ido input does not match
567an 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,
571which are the brackets to use around the sole remaining completion.
566 572
567** Image mode 573** Image mode
568 574