aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorNicolas Richard2015-06-30 09:18:27 +0200
committerNicolas Richard2015-07-02 00:57:07 +0200
commit2f020e82195d6870b45d24d0c46af6d92b31deca (patch)
tree41e797202521bc313d58bea416b47472d93b213e /etc
parent7d5a7a43f1f6630b269fa7f7dc13e9c80181a709 (diff)
downloademacs-2f020e82195d6870b45d24d0c46af6d92b31deca.tar.gz
emacs-2f020e82195d6870b45d24d0c46af6d92b31deca.zip
Add argument to reverse the meaning of ido-restrict-to-matches
* lisp/ido.el (ido-restrict-to-matches): Add an optional argument to reverse the meaning (Bug#15631). ; * etc/NEWS: Mention the change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 758d358f41c..38a872dbe7a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -398,6 +398,9 @@ If you need your objects to be named, do it by inheriting from `eieio-named'.
398*** New command `ido-bury-buffer-at-head' bound to C-S-b 398*** New command `ido-bury-buffer-at-head' bound to C-S-b
399Bury the buffer at the head of `ido-matches', analogous to how C-k 399Bury the buffer at the head of `ido-matches', analogous to how C-k
400kills the buffer at head. 400kills the buffer at head.
401*** A prefix argument to `ido-restrict-to-matches' will reverse its
402meaning, and the list is restricted to those elements that do not
403match the current input.
401 404
402** Minibuffer 405** Minibuffer
403 406