aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2012-09-30 14:32:16 +0200
committerJuanma Barranquero2012-09-30 14:32:16 +0200
commit6e6c9cd2e916757534bca94f6dadf99d368bda25 (patch)
treec9ac42222f4c81ca455dc0a93001bc13e48969e4
parent147c0425024ce9c1dbb7301300867d8563a6730a (diff)
downloademacs-6e6c9cd2e916757534bca94f6dadf99d368bda25.tar.gz
emacs-6e6c9cd2e916757534bca94f6dadf99d368bda25.zip
lisp/ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ido.el2
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 @@
12012-09-30 Juanma Barranquero <lekktu@gmail.com>
2
3 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4
12012-09-28 Leo Liu <sdl.web@gmail.com> 52012-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.
499By default, ido aranges matches in the following order: 499By 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