diff options
| author | Nicolas Richard | 2015-06-30 09:18:27 +0200 |
|---|---|---|
| committer | Nicolas Richard | 2015-07-02 00:57:07 +0200 |
| commit | 2f020e82195d6870b45d24d0c46af6d92b31deca (patch) | |
| tree | 41e797202521bc313d58bea416b47472d93b213e /etc | |
| parent | 7d5a7a43f1f6630b269fa7f7dc13e9c80181a709 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 |
| 399 | Bury the buffer at the head of `ido-matches', analogous to how C-k | 399 | Bury the buffer at the head of `ido-matches', analogous to how C-k |
| 400 | kills the buffer at head. | 400 | kills the buffer at head. |
| 401 | *** A prefix argument to `ido-restrict-to-matches' will reverse its | ||
| 402 | meaning, and the list is restricted to those elements that do not | ||
| 403 | match the current input. | ||
| 401 | 404 | ||
| 402 | ** Minibuffer | 405 | ** Minibuffer |
| 403 | 406 | ||