(Fbuffer_string): Doc clarification.

This commit is contained in:
Karl Heuer 1995-04-13 23:02:25 +00:00
parent ca96ae0b8d
commit af7bd86c79

View 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);