From 974e1e5b2a31b2648a381d7a2bc5bf9a3204f401 Mon Sep 17 00:00:00 2001
From: Miles Bader <miles@gnu.org>
Date: Mon, 11 Sep 2000 10:48:34 +0000
Subject: [PATCH] (Fbuffer_string): Doc fix.

---
 src/ChangeLog | 4 ++++
 src/editfns.c | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index 3d00ebfeba2..18478bbda9d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-11  Miles Bader  <miles@gnu.org>
+
+	* editfns.c (Fbuffer_string): Doc fix.
+
 2000-09-10  Gerd Moellmann  <gerd@gnu.org>
 
 	* ralloc.c (mmap_enlarge): Don't return 0 if successful.
diff --git a/src/editfns.c b/src/editfns.c
index 7b5264385a2..861d61cc63f 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -2158,8 +2158,7 @@ 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.\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);
-- 
2.39.5