diff options
| author | John Paul Wallington | 2004-07-06 18:49:32 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2004-07-06 18:49:32 +0000 |
| commit | 94966e2bc182e43bea47a323dc0604784dc0b824 (patch) | |
| tree | 44c63ab68b47e606b6027a9c0d9396a193afe5d6 | |
| parent | a085bf9dd6bc5a1e3cf80e8e23b83ef6786c8911 (diff) | |
| download | emacs-94966e2bc182e43bea47a323dc0604784dc0b824.tar.gz emacs-94966e2bc182e43bea47a323dc0604784dc0b824.zip | |
Mention `read-file-name-completion-ignore-case'.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -2952,6 +2952,11 @@ variable is used by read-file-name-internal to filter the completion list. | |||
| 2952 | ** The new variable `read-file-name-function' can be used by lisp code | 2952 | ** The new variable `read-file-name-function' can be used by lisp code |
| 2953 | to override the internal read-file-name function. | 2953 | to override the internal read-file-name function. |
| 2954 | 2954 | ||
| 2955 | |||
| 2956 | ** The new variable `read-file-name-completion-ignore-case' specifies | ||
| 2957 | whether completion ignores case when reading a file name with the | ||
| 2958 | `read-file-name' function. | ||
| 2959 | |||
| 2955 | +++ | 2960 | +++ |
| 2956 | ** The new function `read-directory-name' can be used instead of | 2961 | ** The new function `read-directory-name' can be used instead of |
| 2957 | `read-file-name' to read a directory name; when used, completion | 2962 | `read-file-name' to read a directory name; when used, completion |