diff src/editfns.c @ 31531:044ae1ff8c78

(Fbuffer_string): Doc fix.
author Miles Bader <miles@gnu.org>
date Mon, 11 Sep 2000 10:46:43 +0000
parents 3ecef4a7b3cd
children f8d2403d385b
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);