aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-02-16 18:12:50 -0800
committerGlenn Morris2014-02-16 18:12:50 -0800
commit2836affa62a72a7f2d132e30f09e5dd93d022343 (patch)
tree7afc28e4190378ac9a9b3092a46f7a967d756631 /etc
parentdd7691b7f3d6149778a6d153288bc6c911a8cfc7 (diff)
downloademacs-2836affa62a72a7f2d132e30f09e5dd93d022343.tar.gz
emacs-2836affa62a72a7f2d132e30f09e5dd93d022343.zip
Some doc for read-regexp
* doc/lispref/minibuf.texi (Text from Minibuffer): Update read-regexp details. Mention read-regexp-defaults-function. * etc/NEWS: Related markup.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 364046c40f4..278bc7fd003 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1097,6 +1097,7 @@ respecting file-local variables.
1097+++ 1097+++
1098** New function `get-pos-property'. 1098** New function `get-pos-property'.
1099 1099
1100+++
1100** `read-regexp' now uses the new variable `read-regexp-defaults-function' 1101** `read-regexp' now uses the new variable `read-regexp-defaults-function'
1101as a function to call to provide default values. 1102as a function to call to provide default values.
1102 1103