diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index e8ad83e29b8..f0c4593742d 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -3140,7 +3140,9 @@ static bool buffer_chars_equal (struct context *, OFFSET, OFFSET); | |||
| 3140 | 3140 | ||
| 3141 | DEFUN ("replace-buffer-contents", Freplace_buffer_contents, | 3141 | DEFUN ("replace-buffer-contents", Freplace_buffer_contents, |
| 3142 | Sreplace_buffer_contents, 1, 1, "bSource buffer: ", | 3142 | Sreplace_buffer_contents, 1, 1, "bSource buffer: ", |
| 3143 | doc: /* Replace accessible portion of the current buffer with accessible portion of SOURCE. | 3143 | doc: /* Replace accessible portion of current buffer with that of SOURCE. |
| 3144 | SOURCE can be a buffer or a string that names a buffer. | ||
| 3145 | Interactively, prompt for SOURCE. | ||
| 3144 | As far as possible the replacement is non-destructive, i.e. existing | 3146 | As far as possible the replacement is non-destructive, i.e. existing |
| 3145 | buffer contents, markers, properties, and overlays in the current | 3147 | buffer contents, markers, properties, and overlays in the current |
| 3146 | buffer stay intact. */) | 3148 | buffer stay intact. */) |