]> git.eshelyaron.com Git - emacs.git/commitdiff
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 6c19de9e43db44169ef6ce153de23b5d260f0050..b82a6e2e580aa278edd84c05456a6f03dbf35a15 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 53533142e30ebee3435bc704210340c4ccdcee97..4de4618ef46a4f386f999fb3b0fa0138b0cba461 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