aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1993-06-16 22:37:24 +0000
committerRoland McGrath1993-06-16 22:37:24 +0000
commit83ea6fc2b14bc419a9b4c68bc3011d7739c42244 (patch)
treeac93f15acfb246eb9c27f705b116bbf5d95cdb3b
parentbbe6a8e991b469ac2c12df5a1de5b3ea9a45a412 (diff)
downloademacs-83ea6fc2b14bc419a9b4c68bc3011d7739c42244.tar.gz
emacs-83ea6fc2b14bc419a9b4c68bc3011d7739c42244.zip
(Finsert_buffer_substring): Doc fix.
-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.")