(Fbuffer_string): Doc clarification.
This commit is contained in:
parent
ca96ae0b8d
commit
af7bd86c79
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue