diff lisp/ido.el @ 73877:9138be315604

(ido-enable-prefix): Doc fix (Nil -> nil).
author Glenn Morris <rgm@gnu.org>
date Fri, 10 Nov 2006 09:09:08 +0000
parents 36f23fcd07f8
children 9a271b9a8284
line wrap: on
line diff
--- a/lisp/ido.el	Fri Nov 10 08:55:11 2006 +0000
+++ b/lisp/ido.el	Fri Nov 10 09:09:08 2006 +0000
@@ -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.
+nil means to match if the entered text is an arbitrary substring.
 Value can be toggled within `ido' using `ido-toggle-prefix'."
   :type 'boolean
   :group 'ido)