diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ido.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6c19de9e43d..b82a6e2e580 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-09-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2012-09-28 Leo Liu <sdl.web@gmail.com> | 5 | 2012-09-28 Leo Liu <sdl.web@gmail.com> |
| 2 | 6 | ||
| 3 | * pcomplete.el (pcomplete-show-completions): Use | 7 | * pcomplete.el (pcomplete-show-completions): Use |
diff --git a/lisp/ido.el b/lisp/ido.el index 53533142e30..4de4618ef46 100644 --- a/lisp/ido.el +++ b/lisp/ido.el | |||
| @@ -496,7 +496,7 @@ as first char even if `ido-enable-prefix' is nil." | |||
| 496 | ;; See http://debbugs.gnu.org/2042 for more info. | 496 | ;; See http://debbugs.gnu.org/2042 for more info. |
| 497 | (defcustom ido-buffer-disable-smart-matches t | 497 | (defcustom ido-buffer-disable-smart-matches t |
| 498 | "Non-nil means not to re-order matches for buffer switching. | 498 | "Non-nil means not to re-order matches for buffer switching. |
| 499 | By default, ido aranges matches in the following order: | 499 | By default, ido arranges matches in the following order: |
| 500 | 500 | ||
| 501 | full-matches > suffix matches > prefix matches > remaining matches | 501 | full-matches > suffix matches > prefix matches > remaining matches |
| 502 | 502 | ||