diff options
| author | Glenn Morris | 2014-02-16 18:12:50 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-16 18:12:50 -0800 |
| commit | 2836affa62a72a7f2d132e30f09e5dd93d022343 (patch) | |
| tree | 7afc28e4190378ac9a9b3092a46f7a967d756631 /etc | |
| parent | dd7691b7f3d6149778a6d153288bc6c911a8cfc7 (diff) | |
| download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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' |
| 1101 | as a function to call to provide default values. | 1102 | as a function to call to provide default values. |
| 1102 | 1103 | ||