From 6e6c9cd2e916757534bca94f6dadf99d368bda25 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 30 Sep 2012 14:32:16 +0200 Subject: [PATCH] lisp/ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring. --- lisp/ChangeLog | 4 ++++ lisp/ido.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2