# HG changeset patch # User Chong Yidong # Date 1237127801 0 # Node ID 7f288264c7275261fbddd1933fa091b405cf3766 # Parent cd3a023e2625fa3500b636481bc0f3db4ced1b67 Documented read-file-name-completion-ignore-case and read-buffer-completion-ignore-case. diff -r cd3a023e2625 -r 7f288264c727 etc/NEWS --- a/etc/NEWS Sun Mar 15 14:29:12 2009 +0000 +++ b/etc/NEWS Sun Mar 15 14:36:41 2009 +0000 @@ -447,10 +447,10 @@ 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. ---