From 835da4eea0715bacbc02877703256c889218b711 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 26 Mar 2005 02:06:27 +0000 Subject: [PATCH] (Reading File Names): Document read-file-name-completion-ignore-case. --- lispref/minibuf.texi | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.39.2