Mercurial > emacs
changeset 11433:6f7bdb6c3739
(Fbuffer_string): Doc clarification.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 13 Apr 1995 23:02:25 +0000 |
parents | f499628d7e5b |
children | 5f5dda37c82c |
files | src/editfns.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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);