changeset 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 14ee8b3bf905
children 3f47174be57e
files lisp/ido.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)