diff options
| author | Chong Yidong | 2008-08-22 19:27:01 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-22 19:27:01 +0000 |
| commit | 0ca1ad6893a4b85bba92ae95f2711f2205641435 (patch) | |
| tree | 7fdf9a4b9598a46cc2228d7f7e2cdb8a9baee346 | |
| parent | 5c52e13cfdbb266e79960cf20e9d3b93821fd568 (diff) | |
| download | emacs-0ca1ad6893a4b85bba92ae95f2711f2205641435.tar.gz emacs-0ca1ad6893a4b85bba92ae95f2711f2205641435.zip | |
Update documentation status of minibuffer changes.
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 7 insertions, 7 deletions
| @@ -350,7 +350,7 @@ the mark in Transient Mark mode (e.g., any command that modifies the | |||
| 350 | buffer). | 350 | buffer). |
| 351 | 351 | ||
| 352 | ** Minibuffer changes | 352 | ** Minibuffer changes |
| 353 | 353 | +++ | |
| 354 | *** When M-n in the minibuffer reaches the end of the list of defaults, | 354 | *** When M-n in the minibuffer reaches the end of the list of defaults, |
| 355 | it adds the completion list to the end, so next M-n continues putting | 355 | it adds the completion list to the end, so next M-n continues putting |
| 356 | completion items to the minibuffer. The same principle applies to | 356 | completion items to the minibuffer. The same principle applies to |
| @@ -414,17 +414,17 @@ bind `mouse-yank-primary' to Mouse-2. | |||
| 414 | selection by setting `x-select-enable-primary' to nil. | 414 | selection by setting `x-select-enable-primary' to nil. |
| 415 | 415 | ||
| 416 | ** Completion changes | 416 | ** Completion changes |
| 417 | 417 | --- | |
| 418 | *** `completion-styles' can be customized to choose your favorite | 418 | *** `completion-styles' can be customized to choose your favorite |
| 419 | completion style. | 419 | completion style. |
| 420 | 420 | --- | |
| 421 | *** The default completion styles include a form of partial-completion. | 421 | *** The default completion styles include a form of partial-completion. |
| 422 | 422 | --- | |
| 423 | *** The new command `minibuffer-force-complete' chooses one of the | 423 | *** The new command `minibuffer-force-complete' chooses one of the |
| 424 | possible completions, rather than stopping at the common prefix. | 424 | possible completions, rather than stopping at the common prefix. |
| 425 | 425 | +++ | |
| 426 | *** `completion-auto-help' can be set to `lazy' to list the | 426 | *** If `completion-auto-help' is `lazy', Emacs shows the completions |
| 427 | completions only if you repeat the completion. This was already | 427 | buffer only on the second attempt to complete. This was already |
| 428 | supported in `partial-completion-mode'. | 428 | supported in `partial-completion-mode'. |
| 429 | 429 | ||
| 430 | ** Continuation lines can now be wrapped at word boundaries | 430 | ** Continuation lines can now be wrapped at word boundaries |