From af7bd86c795eac767a0c7f90ab4dd6c3a557dddd Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 13 Apr 1995 23:02:25 +0000 Subject: [PATCH] (Fbuffer_string): Doc clarification. --- src/editfns.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.39.5