changeset 35414:feb4eb0db1ec

(Fbuffer_substring): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 19 Jan 2001 10:12:44 +0000
parents 690cf39f7ad6
children 39c7a72278ab
files src/editfns.c
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {