aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-02-13 23:36:42 -0800
committerGlenn Morris2014-02-13 23:36:42 -0800
commitb8630261dda1988bd1cabe7fc1b567b6e140eabb (patch)
treef0c5bb6f392ab72b6a899a877b183232b986dfbc /etc
parentb2bf2a254fba3ec86fb763a95289f51251428ac4 (diff)
downloademacs-b8630261dda1988bd1cabe7fc1b567b6e140eabb.tar.gz
emacs-b8630261dda1988bd1cabe7fc1b567b6e140eabb.zip
Some read-regexp doc
* lisp/replace.el (map-query-replace-regexp) (read-regexp-defaults-function, read-regexp): Doc fixes. * etc/NEWS: Related edits.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f00ee0b4648..4e05203676f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -251,12 +251,6 @@ and this variable has been marked obsolete.
251** `emacs-bzr-version' has been renamed to `emacs-repository-version', 251** `emacs-bzr-version' has been renamed to `emacs-repository-version',
252and works for git too, if you fetch the repository notes. 252and works for git too, if you fetch the repository notes.
253 253
254** `read-regexp-defaults-function' defines a function to provide default
255values for reading regexps by commands like `rgrep', `lgrep' `occur',
256`highlight-regexp', etc. You can customize this to specify a function
257that provides a default value from the regexp last history element,
258or from the symbol found at point.
259
260+++ 254+++
261** New option `load-prefer-newer' affects how the `load' function chooses 255** New option `load-prefer-newer' affects how the `load' function chooses
262the file to load. If this is non-nil, then when both .el and .elc 256the file to load. If this is non-nil, then when both .el and .elc
@@ -1090,6 +1084,9 @@ respecting file-local variables.
1090+++ 1084+++
1091** New function `get-pos-property'. 1085** New function `get-pos-property'.
1092 1086
1087** `read-regexp' now uses the new variable `read-regexp-defaults-function'
1088as a function to call to provide default values.
1089
1093** Completion changes 1090** Completion changes
1094 1091
1095*** The separator for `completing-read-multiple' can now be a regexp. 1092*** The separator for `completing-read-multiple' can now be a regexp.