# HG changeset patch # User Karl Heuer # Date 797814145 0 # Node ID 6f7bdb6c3739867af0316a9e544cb06d4322fd35 # Parent f499628d7e5b087a75f6d502005c56c073f03d97 (Fbuffer_string): Doc clarification. diff -r f499628d7e5b -r 6f7bdb6c3739 src/editfns.c --- 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);