summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-03-15 14:36:41 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-03-15 14:36:41 +0000
commitfc4011455290f914e38b729f938830731763d3e8 (patch)
treef9981d6f08aa43fbea374f9dcd20ea32eae05bb9 /etc
parent68b113f645c49dd7abd529ae08e0c68018018491 (diff)
downloademacs-fc4011455290f914e38b729f938830731763d3e8.tar.gz
Documented read-file-name-completion-ignore-case and
read-buffer-completion-ignore-case.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f084f2f3ea5..42ea33709aa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -447,10 +447,10 @@ next history elements. When the reverse search reaches the first history
element, it wraps to the last history element, and the forward search
wraps to the first history element. When the search is terminated, the
history element containing the search string becomes the current.
-
++++
*** The variable read-file-name-completion-ignore-case overrides
completion-ignore-case for file name completion.
-
++++
*** The variable read-buffer-completion-ignore-case overrides
completion-ignore-case for buffer name completion.
---