emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108151: lisp/ido.el (ido-buffer-d


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108151: lisp/ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
Date: Sun, 30 Sep 2012 14:32:16 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108151
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-24
timestamp: Sun 2012-09-30 14:32:16 +0200
message:
  lisp/ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
modified:
  lisp/ChangeLog
  lisp/ido.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-09-28 13:42:19 +0000
+++ b/lisp/ChangeLog    2012-09-30 12:32:16 +0000
@@ -1,3 +1,7 @@
+2012-09-30  Juanma Barranquero  <address@hidden>
+
+       * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
+
 2012-09-28  Leo Liu  <address@hidden>
 
        * pcomplete.el (pcomplete-show-completions): Use

=== modified file 'lisp/ido.el'
--- a/lisp/ido.el       2012-09-28 13:38:26 +0000
+++ b/lisp/ido.el       2012-09-30 12:32:16 +0000
@@ -496,7 +496,7 @@
 ;; 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
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]