aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2004-07-06 18:49:32 +0000
committerJohn Paul Wallington2004-07-06 18:49:32 +0000
commit94966e2bc182e43bea47a323dc0604784dc0b824 (patch)
tree44c63ab68b47e606b6027a9c0d9396a193afe5d6
parenta085bf9dd6bc5a1e3cf80e8e23b83ef6786c8911 (diff)
downloademacs-94966e2bc182e43bea47a323dc0604784dc0b824.tar.gz
emacs-94966e2bc182e43bea47a323dc0604784dc0b824.zip
Mention `read-file-name-completion-ignore-case'.
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c14c03cb52a..dafddc6b741 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
2953to override the internal read-file-name function. 2953to override the internal read-file-name function.
2954 2954
2955
2956** The new variable `read-file-name-completion-ignore-case' specifies
2957whether 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