aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-26 02:06:27 +0000
committerRichard M. Stallman2005-03-26 02:06:27 +0000
commit835da4eea0715bacbc02877703256c889218b711 (patch)
tree002a4df6ce52356ed74b9d413ee150fd74bc6d05
parentae766e0d6237ca087d63440121fefe5239ebe8fb (diff)
downloademacs-835da4eea0715bacbc02877703256c889218b711.tar.gz
emacs-835da4eea0715bacbc02877703256c889218b711.zip
(Reading File Names): Document read-file-name-completion-ignore-case.
-rw-r--r--lispref/minibuf.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi
index bfe5214174b..a479aae8234 100644
--- a/lispref/minibuf.texi
+++ b/lispref/minibuf.texi
@@ -1296,6 +1296,11 @@ called, it calls this function with the supplied arguments instead of
1296doing its usual work. 1296doing its usual work.
1297@end defvar 1297@end defvar
1298 1298
1299@defvar read-file-name-completion-ignore-case
1300If this variable is non-@code{nil}, @code{read-file-name} ignores case
1301when performing completion.
1302@end defvar
1303
1299@defun read-directory-name prompt &optional directory default existing initial 1304@defun read-directory-name prompt &optional directory default existing initial
1300This function is like @code{read-file-name} but allows only directory 1305This function is like @code{read-file-name} but allows only directory
1301names as completion possibilities. 1306names as completion possibilities.