summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2022-01-24 20:45:53 +0200
committerJuri Linkov <juri@linkov.net>2022-01-24 20:45:53 +0200
commit28a0d0037c36f4675086f580eec535a85ae1d8bb (patch)
treee6f46cd33f1f0e1e78b17ca50bf2e2b202b9bbdf
parent2166b1e65e1bca9e091461c92d986b0cf49273d5 (diff)
downloademacs-28a0d0037c36f4675086f580eec535a85ae1d8bb.tar.gz
* etc/NEWS: Mention 'replace-regexp-function' (bug#52558).
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3f6b2d2a1fc..7d1400d7c80 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1187,6 +1187,10 @@ It marks the image with the 'inhibit-isearch' text property, which
inhibits 'isearch' matching the STRING parameter.
---
+** New function 'replace-regexp-function'.
+It can be used to implement own regexp syntax for search/replace.
+
+---
** New user option 'pp-use-max-width'.
If non-nil, 'pp' will attempt to limit the line length when formatting
long lists and vectors.