summaryrefslogtreecommitdiff
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2006-11-10 09:09:08 +0000
committerGlenn Morris <rgm@gnu.org>2006-11-10 09:09:08 +0000
commita697536d3aeda96e34a90d47736b4ae9085defa6 (patch)
treeac14049eae29958a8e2a9ae65c4bb7a1a05d4719 /lisp/ido.el
parent72e16456a2ab38fd431c80266cb6459897014cef (diff)
downloademacs-a697536d3aeda96e34a90d47736b4ae9085defa6.tar.gz
(ido-enable-prefix): Doc fix (Nil -> nil).
Diffstat (limited to 'lisp/ido.el')
-rw-r--r--lisp/ido.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index 933177f5f22..8e309a27099 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -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)