aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-08-22 19:27:01 +0000
committerChong Yidong2008-08-22 19:27:01 +0000
commit0ca1ad6893a4b85bba92ae95f2711f2205641435 (patch)
tree7fdf9a4b9598a46cc2228d7f7e2cdb8a9baee346
parent5c52e13cfdbb266e79960cf20e9d3b93821fd568 (diff)
downloademacs-0ca1ad6893a4b85bba92ae95f2711f2205641435.tar.gz
emacs-0ca1ad6893a4b85bba92ae95f2711f2205641435.zip
Update documentation status of minibuffer changes.
-rw-r--r--etc/NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 298a4f06b3b..ac8d00b9f39 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -350,7 +350,7 @@ the mark in Transient Mark mode (e.g., any command that modifies the
350buffer). 350buffer).
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,
355it adds the completion list to the end, so next M-n continues putting 355it adds the completion list to the end, so next M-n continues putting
356completion items to the minibuffer. The same principle applies to 356completion items to the minibuffer. The same principle applies to
@@ -414,17 +414,17 @@ bind `mouse-yank-primary' to Mouse-2.
414selection by setting `x-select-enable-primary' to nil. 414selection 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
419completion style. 419completion 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
424possible completions, rather than stopping at the common prefix. 424possible 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
427completions only if you repeat the completion. This was already 427buffer only on the second attempt to complete. This was already
428supported in `partial-completion-mode'. 428supported 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