aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2011-10-08 15:17:34 -0400
committerChong Yidong <[email protected]>2011-10-08 15:17:34 -0400
commitde09aa521c0424dfb24bbb47e4eb864827ffca76 (patch)
tree912502048dc75e8546707309fd2d4ced0f9add0b /etc
parent2d3fe5d71eec0228a29ce62306878e8a01890bfe (diff)
* doc/emacs/mini.texi (Completion Options): Document completion-cycle-threshold.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e3453b3a92..99cb7b5ab4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -103,7 +103,7 @@ rather than their own completion code.
---
*** Completion in a non-minibuffer now tries to detect the end of completion
and pops down the *Completions* buffer accordingly.
-
++++
*** Completion can cycle, depending on completion-cycle-threshold.
+++
*** New completion style `substring'.
@@ -112,13 +112,6 @@ and pops down the *Completions* buffer accordingly.
*** Completion of buffers now uses substring completion by default.
-*** `completing-read' can be customized using the new variable
-`completing-read-function'.
-
-*** minibuffer-local-filename-must-match-map is not used any more.
-Instead, the bindings in minibuffer-local-filename-completion-map are combined
-with minibuffer-local-must-match-map.
-
** Mail changes
The default of `send-mail-function' is now `sendmail-query-once',
@@ -1133,6 +1126,13 @@ can specify various details of the data returned by `all-completions':
- `display-sort-function' to specify how to sort entries in *Completions*.
- `cycle-sort-function' to specify how to sort entries when cycling.
+*** minibuffer-local-filename-must-match-map is not used any more.
+Instead, the bindings in minibuffer-local-filename-completion-map are
+combined with minibuffer-local-must-match-map.
+
+*** New variable `completing-read-function' allows overriding the
+behavior of `completing-read'.
+
** `glyphless-char-display' can now distinguish between graphical and
text terminal display, via a char-table entry that is a cons cell.