emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ido.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/ido.el,v
Date: Sat, 11 Nov 2006 04:00:13 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       06/11/11 04:00:13

Index: ido.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ido.el,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -b -r1.112 -r1.113
--- ido.el      10 Nov 2006 09:09:08 -0000      1.112
+++ ido.el      11 Nov 2006 04:00:13 -0000      1.113
@@ -503,7 +503,7 @@
 (defcustom ido-enable-prefix nil
   "*Non-nil means only match if the entered text is a prefix of file name.
 This behavior is like the standard emacs-completion.
-nil means to match if the entered text is an arbitrary substring.
+If nil, match if the entered text is an arbitrary substring.
 Value can be toggled within `ido' using `ido-toggle-prefix'."
   :type 'boolean
   :group 'ido)




reply via email to

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