diff src/editfns.c @ 11433:6f7bdb6c3739

(Fbuffer_string): Doc clarification.
author Karl Heuer <kwzh@gnu.org>
date Thu, 13 Apr 1995 23:02:25 +0000
parents 66d935214d8e
children d51e912495be
line wrap: on
line diff
--- a/src/editfns.c	Thu Apr 13 22:20:11 1995 +0000
+++ b/src/editfns.c	Thu Apr 13 23:02:25 1995 +0000
@@ -1183,7 +1183,9 @@
 }
 
 DEFUN ("buffer-string", Fbuffer_string, Sbuffer_string, 0, 0, 0,
-  "Return the contents of the current buffer as a string.")
+  "Return the contents of the current buffer as a string.\n\
+If narrowing is in effect, this function returns only the visible part\n\
+of the buffer.")
   ()
 {
   return make_buffer_string (BEGV, ZV);