aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
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
850DEFUN ("insert-buffer-substring", Finsert_buffer_substring, Sinsert_buffer_substring, 850DEFUN ("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\
853BUFFER may be a buffer or a buffer name.\n\ 853BUFFER may be a buffer or a buffer name.\n\
854Arguments START and END are character numbers specifying the substring.\n\ 854Arguments START and END are character numbers specifying the substring.\n\
855They default to the beginning and the end of BUFFER.") 855They default to the beginning and the end of BUFFER.")