From: Chong Yidong Date: Sun, 15 Mar 2009 14:36:41 +0000 (+0000) Subject: Documented read-file-name-completion-ignore-case and X-Git-Tag: emacs-pretest-23.0.92~188 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc4011455290f914e38b729f938830731763d3e8;p=emacs.git Documented read-file-name-completion-ignore-case and read-buffer-completion-ignore-case. --- 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. ---