From: Juanma Barranquero Date: Sun, 30 Sep 2012 12:32:16 +0000 (+0200) Subject: lisp/ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring. X-Git-Tag: emacs-24.2.90~241^2~13^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e6c9cd2e916757534bca94f6dadf99d368bda25;p=emacs.git lisp/ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6c19de9e43d..b82a6e2e580 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-09-30 Juanma Barranquero + + * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring. + 2012-09-28 Leo Liu * 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." ;; See http://debbugs.gnu.org/2042 for more info. (defcustom ido-buffer-disable-smart-matches t "Non-nil means not to re-order matches for buffer switching. -By default, ido aranges matches in the following order: +By default, ido arranges matches in the following order: full-matches > suffix matches > prefix matches > remaining matches