aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-18 13:14:59 +0000
committerEli Zaretskii2008-10-18 13:14:59 +0000
commit6d4913f0d38434ae3998ef0e2a791eccba135e98 (patch)
tree06ddfaf50778542a8dc120412318f86f70d33ba1 /etc
parent43c59a3dca02f712c5e69c3d4be56d2353eb967b (diff)
downloademacs-6d4913f0d38434ae3998ef0e2a791eccba135e98.tar.gz
emacs-6d4913f0d38434ae3998ef0e2a791eccba135e98.zip
(Text from Minibuffer): Document `read-regexp'.
(Completion Commands, Reading File Names): Rename `minibuffer-local-must-match-filename-map' to `minibuffer-local-filename-must-match-map'. (Minibuffer Completion): The `require-match' argument to `completing-read' can now have the value `confirm-only'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b2e73354061..48e430f902b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1247,10 +1247,12 @@ functions `read-from-minibuffer', `read-string', `read-command',
1247are available for inserting into the minibuffer by typing `M-n'. 1247are available for inserting into the minibuffer by typing `M-n'.
1248For empty input these functions return the first element of this list. 1248For empty input these functions return the first element of this list.
1249 1249
1250+++
1250*** New function `read-regexp' uses the regexp history and some useful 1251*** New function `read-regexp' uses the regexp history and some useful
1251regexp defaults (string at point, last Isearch/replacement regexp/string) 1252regexp defaults (string at point, last Isearch/replacement regexp/string)
1252via M-n when reading a regexp in the minibuffer. 1253via M-n when reading a regexp in the minibuffer.
1253 1254
1255+++
1254*** minibuffer-local-must-match-filename-map is now named 1256*** minibuffer-local-must-match-filename-map is now named
1255minibuffer-local-filename-must-match-map. 1257minibuffer-local-filename-must-match-map.
1256 1258
@@ -1259,6 +1261,7 @@ Since this means the returned list is not properly nil-terminated, this
1259is an incompatible change and is thus enabled by the new variable 1261is an incompatible change and is thus enabled by the new variable
1260completion-all-completions-with-base-size. 1262completion-all-completions-with-base-size.
1261 1263
1264+++
1262*** The `require-match' argument to `completing-read' accepts a new value 1265*** The `require-match' argument to `completing-read' accepts a new value
1263`confirm-only'. 1266`confirm-only'.
1264 1267