Mercurial > emacs
comparison src/editfns.c @ 3776:301e2dca5fd7
(Finsert_buffer_substring): Doc fix.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 16 Jun 1993 22:37:24 +0000 |
parents | 507f64624555 |
children | 0463aae99f4e |
comparison
equal
deleted
inserted
replaced
3775:0ea7f6cb0a35 | 3776:301e2dca5fd7 |
---|---|
847 return make_buffer_string (BEGV, ZV); | 847 return make_buffer_string (BEGV, ZV); |
848 } | 848 } |
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.") |
856 (buf, b, e) | 856 (buf, b, e) |
857 Lisp_Object buf, b, e; | 857 Lisp_Object buf, b, e; |