lisp/ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 30 Sep 2012 12:32:16 +0000 (14:32 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 30 Sep 2012 12:32:16 +0000 (14:32 +0200)
lisp/ChangeLog
lisp/ido.el

index 6c19de9..b82a6e2 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
+
 2012-09-28  Leo Liu  <sdl.web@gmail.com>
 
        * pcomplete.el (pcomplete-show-completions): Use
index 5353314..4de4618 100644 (file)
@@ -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