# HG changeset patch # User Miles Bader # Date 968669203 0 # Node ID 044ae1ff8c7813ea30c7ade62407f9d109d75270 # Parent 2d2a517eb50f7d7b151952e0bd58ac79dfa33a9d (Fbuffer_string): Doc fix. diff -r 2d2a517eb50f -r 044ae1ff8c78 src/editfns.c --- 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);