diff options
| author | Richard M. Stallman | 2005-03-26 02:06:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-26 02:06:27 +0000 |
| commit | 835da4eea0715bacbc02877703256c889218b711 (patch) | |
| tree | 002a4df6ce52356ed74b9d413ee150fd74bc6d05 | |
| parent | ae766e0d6237ca087d63440121fefe5239ebe8fb (diff) | |
| download | emacs-835da4eea0715bacbc02877703256c889218b711.tar.gz emacs-835da4eea0715bacbc02877703256c889218b711.zip | |
(Reading File Names): Document read-file-name-completion-ignore-case.
| -rw-r--r-- | lispref/minibuf.texi | 5 |
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 | |||
| 1296 | doing its usual work. | 1296 | doing its usual work. |
| 1297 | @end defvar | 1297 | @end defvar |
| 1298 | 1298 | ||
| 1299 | @defvar read-file-name-completion-ignore-case | ||
| 1300 | If this variable is non-@code{nil}, @code{read-file-name} ignores case | ||
| 1301 | when 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 |
| 1300 | This function is like @code{read-file-name} but allows only directory | 1305 | This function is like @code{read-file-name} but allows only directory |
| 1301 | names as completion possibilities. | 1306 | names as completion possibilities. |