From: Richard M. Stallman Date: Sat, 26 Mar 2005 02:06:27 +0000 (+0000) Subject: (Reading File Names): Document read-file-name-completion-ignore-case. X-Git-Tag: ttn-vms-21-2-B4~1506 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=835da4eea0715bacbc02877703256c889218b711;p=emacs.git (Reading File Names): Document read-file-name-completion-ignore-case. --- 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 doing its usual work. @end defvar +@defvar read-file-name-completion-ignore-case +If this variable is non-@code{nil}, @code{read-file-name} ignores case +when performing completion. +@end defvar + @defun read-directory-name prompt &optional directory default existing initial This function is like @code{read-file-name} but allows only directory names as completion possibilities.