(Fbuffer_string): Doc clarification.
authorKarl Heuer <kwzh@gnu.org>
Thu, 13 Apr 1995 23:02:25 +0000 (23:02 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 13 Apr 1995 23:02:25 +0000 (23:02 +0000)
src/editfns.c

index 30357d5..29eef9a 100644 (file)
@@ -1183,7 +1183,9 @@ they can be in either order.")
 }
 
 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);