diff options
| author | Roland McGrath | 1993-06-16 22:37:24 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-06-16 22:37:24 +0000 |
| commit | 83ea6fc2b14bc419a9b4c68bc3011d7739c42244 (patch) | |
| tree | ac93f15acfb246eb9c27f705b116bbf5d95cdb3b /src | |
| parent | bbe6a8e991b469ac2c12df5a1de5b3ea9a45a412 (diff) | |
| download | emacs-83ea6fc2b14bc419a9b4c68bc3011d7739c42244.tar.gz emacs-83ea6fc2b14bc419a9b4c68bc3011d7739c42244.zip | |
(Finsert_buffer_substring): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index a68696ce9ec..93b7c405cd1 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -849,7 +849,7 @@ DEFUN ("buffer-string", Fbuffer_string, Sbuffer_string, 0, 0, 0, | |||
| 849 | 849 | ||
| 850 | DEFUN ("insert-buffer-substring", Finsert_buffer_substring, Sinsert_buffer_substring, | 850 | DEFUN ("insert-buffer-substring", Finsert_buffer_substring, Sinsert_buffer_substring, |
| 851 | 1, 3, 0, | 851 | 1, 3, 0, |
| 852 | "Insert before point a substring of the contents buffer BUFFER.\n\ | 852 | "Insert before point a substring of the contents of buffer BUFFER.\n\ |
| 853 | BUFFER may be a buffer or a buffer name.\n\ | 853 | BUFFER may be a buffer or a buffer name.\n\ |
| 854 | Arguments START and END are character numbers specifying the substring.\n\ | 854 | Arguments START and END are character numbers specifying the substring.\n\ |
| 855 | They default to the beginning and the end of BUFFER.") | 855 | They default to the beginning and the end of BUFFER.") |