aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3b4b06341c5..ccd8a6fe35b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -750,6 +750,14 @@ in Emacs 24.1:
750**** `special-display-function' 750**** `special-display-function'
751**** `display-buffer-function' 751**** `display-buffer-function'
752 752
753** Minibuffer
754
755*** `read-regexp' has a new argument HISTORY; the first argument PROMPT
756of `read-regexp' accepts a string ending with a colon and space, and its
757second argument DEFAULTS can be a list of strings accessible via M-n
758in the minibuffer ahead of other hard-coded useful regexp-related values.
759More commands use `read-regexp' now to read their regexp arguments.
760
753** Completion 761** Completion
754 762
755*** New function `completion-table-with-quoting' to handle completion 763*** New function `completion-table-with-quoting' to handle completion