aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-11-07 23:46:35 +0800
committerChong Yidong2012-11-07 23:46:35 +0800
commit8a3afaf9ea1812d8c341ea27744d68441f3ce5a5 (patch)
tree244e51a1425d349396fedf44a74e0bb6da6ab714 /etc
parentfdaf534a7b1f94563065f0136cb7bac981722877 (diff)
downloademacs-8a3afaf9ea1812d8c341ea27744d68441f3ce5a5.tar.gz
emacs-8a3afaf9ea1812d8c341ea27744d68441f3ce5a5.zip
* doc/lispref/searching.texi (Replacing Match): Document \? in replace-match.
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 79fc95b4848..ed69ae3fa6f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -699,6 +699,7 @@ sequence in later calls.
699font name as a string. Whether it returns a font spec or a font name 699font name as a string. Whether it returns a font spec or a font name
700depends on the graphical library. 700depends on the graphical library.
701 701
702+++
702** If the NEWTEXT arg to `replace-match' contains a substring "\?", 703** If the NEWTEXT arg to `replace-match' contains a substring "\?",
703that substring is inserted literally even if the LITERAL arg is 704that substring is inserted literally even if the LITERAL arg is
704non-nil, instead of causing an error to be signaled. 705non-nil, instead of causing an error to be signaled.