1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

Documented read-file-name-completion-ignore-case and

read-buffer-completion-ignore-case.
This commit is contained in:
Chong Yidong 2009-03-15 14:36:41 +00:00
parent 68b113f645
commit fc40114552

View File

@ -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.
---