Mercurial > emacs
changeset 31531:044ae1ff8c78
(Fbuffer_string): Doc fix.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 11 Sep 2000 10:46:43 +0000 |
parents | 2d2a517eb50f |
children | ee6f5d0dd0e7 |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Sun Sep 10 22:16:41 2000 +0000 +++ b/src/editfns.c Mon Sep 11 10:46:43 2000 +0000 @@ -2158,8 +2158,7 @@ DEFUN ("buffer-string", Fbuffer_string, Sbuffer_string, 0, 0, 0, "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. If in a mini-buffer, don't include the prompt in the\n\ -string returned.") +of the buffer.") () { return make_buffer_string (BEGV, ZV, 1);