diff options
| author | Glenn Morris | 2014-03-05 21:10:33 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-03-05 21:10:33 -0500 |
| commit | 222426f69493fda9bdbcb8884fb0c9b2ff643595 (patch) | |
| tree | 2037b75bdbadc0092c2234aebca876ad116100bb | |
| parent | c544840969f3d74b716aa67d953510a0f7b3729a (diff) | |
| download | emacs-222426f69493fda9bdbcb8884fb0c9b2ff643595.tar.gz emacs-222426f69493fda9bdbcb8884fb0c9b2ff643595.zip | |
* doc/lispref/searching.texi (Replacing Match): Remove incorrect return value
Fixes: debbugs:16942
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/searching.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 52c2307b119..9b4090461fb 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-03-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * searching.texi (Replacing Match): | ||
| 4 | Remove incorrect, uninteresting return value. (Bug#16942) | ||
| 5 | |||
| 1 | 2014-03-05 Martin Rudalics <rudalics@gmx.at> | 6 | 2014-03-05 Martin Rudalics <rudalics@gmx.at> |
| 2 | 7 | ||
| 3 | * display.texi (Window Dividers): New section. | 8 | * display.texi (Window Dividers): New section. |
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 2f287cc9705..992ad001fe7 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi | |||
| @@ -1284,7 +1284,7 @@ If you did the last search in a buffer, you should omit the | |||
| 1284 | the current buffer is the one in which you performed the last search. | 1284 | the current buffer is the one in which you performed the last search. |
| 1285 | Then this function edits the buffer, replacing the matched text with | 1285 | Then this function edits the buffer, replacing the matched text with |
| 1286 | @var{replacement}. It leaves point at the end of the replacement | 1286 | @var{replacement}. It leaves point at the end of the replacement |
| 1287 | text, and returns @code{t}. | 1287 | text. |
| 1288 | 1288 | ||
| 1289 | If you performed the last search on a string, pass the same string as | 1289 | If you performed the last search on a string, pass the same string as |
| 1290 | @var{string}. Then this function returns a new string, in which the | 1290 | @var{string}. Then this function returns a new string, in which the |