# HG changeset patch # User Gerd Moellmann # Date 979899164 0 # Node ID feb4eb0db1ec94150be68b7c92c640c32a79207c # Parent 690cf39f7ad6da9498fc0a082da7299d6b35e63b (Fbuffer_substring): Doc fix. diff -r 690cf39f7ad6 -r feb4eb0db1ec src/editfns.c --- a/src/editfns.c Fri Jan 19 09:40:14 2001 +0000 +++ b/src/editfns.c Fri Jan 19 10:12:44 2001 +0000 @@ -2192,7 +2192,11 @@ "Return the contents of part of the current buffer as a string.\n\ The two arguments START and END are character positions;\n\ they can be in either order.\n\ -The string returned is multibyte if the buffer is multibyte.") +The string returned is multibyte if the buffer is multibyte.\n\ +\n\ +This function copies the text properties of that part of the buffer\n\ +into the result string; if you don't want the text properties,\n\ +use `buffer-substring-no-properties' instead.") (start, end) Lisp_Object start, end; {