diff options
| author | Chong Yidong | 2012-11-07 23:46:35 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-11-07 23:46:35 +0800 |
| commit | 8a3afaf9ea1812d8c341ea27744d68441f3ce5a5 (patch) | |
| tree | 244e51a1425d349396fedf44a74e0bb6da6ab714 /etc | |
| parent | fdaf534a7b1f94563065f0136cb7bac981722877 (diff) | |
| download | emacs-8a3afaf9ea1812d8c341ea27744d68441f3ce5a5.tar.gz emacs-8a3afaf9ea1812d8c341ea27744d68441f3ce5a5.zip | |
* doc/lispref/searching.texi (Replacing Match): Document \? in replace-match.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -699,6 +699,7 @@ sequence in later calls. | |||
| 699 | font name as a string. Whether it returns a font spec or a font name | 699 | font name as a string. Whether it returns a font spec or a font name |
| 700 | depends on the graphical library. | 700 | depends 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 "\?", |
| 703 | that substring is inserted literally even if the LITERAL arg is | 704 | that substring is inserted literally even if the LITERAL arg is |
| 704 | non-nil, instead of causing an error to be signaled. | 705 | non-nil, instead of causing an error to be signaled. |