diff options
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.") |