From: Karl Heuer Date: Thu, 13 Apr 1995 23:02:25 +0000 (+0000) Subject: (Fbuffer_string): Doc clarification. X-Git-Tag: emacs-19.34~4425 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af7bd86c795eac767a0c7f90ab4dd6c3a557dddd;p=emacs.git (Fbuffer_string): Doc clarification. --- diff --git a/src/editfns.c b/src/editfns.c index 30357d59d85..29eef9a707c 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -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);