Mercurial > emacs
comparison etc/NEWS @ 102583:26be3f6dad7b
Documented completion-styles.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 15 Mar 2009 14:52:19 +0000 |
parents | 7f288264c727 |
children | 9c86a5cf583e |
comparison
equal
deleted
inserted
replaced
102582:7b1f5485a774 | 102583:26be3f6dad7b |
---|---|
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. |
459 --- | 459 --- |
460 *** The default completion styles include a form of partial-completion. | 460 *** The default completion styles include a form of partial-completion. |
461 --- | 461 --- |