comparison etc/NEWS @ 102580:7f288264c727

Documented read-file-name-completion-ignore-case and read-buffer-completion-ignore-case.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 15 Mar 2009 14:36:41 +0000
parents 9898f038e310
children 26be3f6dad7b
comparison
equal deleted inserted replaced
102579:cd3a023e2625 102580:7f288264c727
445 history elements, and forward Isearch commands (C-s, C-M-s) search in 445 history elements, and forward Isearch commands (C-s, C-M-s) search in
446 next history elements. When the reverse search reaches the first history 446 next history elements. When the reverse search reaches the first history
447 element, it wraps to the last history element, and the forward search 447 element, it wraps to the last history element, and the forward search
448 wraps to the first history element. When the search is terminated, the 448 wraps to the first history element. When the search is terminated, the
449 history element containing the search string becomes the current. 449 history element containing the search string becomes the current.
450 450 +++
451 *** The variable read-file-name-completion-ignore-case overrides 451 *** The variable read-file-name-completion-ignore-case overrides
452 completion-ignore-case for file name completion. 452 completion-ignore-case for file name completion.
453 453 +++
454 *** The variable read-buffer-completion-ignore-case overrides 454 *** The variable read-buffer-completion-ignore-case overrides
455 completion-ignore-case for buffer name completion. 455 completion-ignore-case for buffer name completion.
456 --- 456 ---
457 *** `completion-styles' can be customized to choose your favorite 457 *** `completion-styles' can be customized to choose your favorite
458 completion style. 458 completion style.