]> code.delx.au - gnu-emacs/blobdiff - lisp/ido.el
(ido-enable-prefix): Doc fix (Nil -> nil).
[gnu-emacs] / lisp / ido.el
index 933177f5f22c978628ef99355955fb5a6d0b6d63..8e309a27099219ed36442e380ff75ce5caee214c 100644 (file)
@@ -503,7 +503,7 @@ Value can be toggled within `ido' using `ido-toggle-regexp'."
 (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)