(Fbuffer_string): Doc fix.
authorMiles Bader <miles@gnu.org>
Mon, 11 Sep 2000 10:48:34 +0000 (10:48 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 11 Sep 2000 10:48:34 +0000 (10:48 +0000)
src/ChangeLog
src/editfns.c

index 3d00ebf..18478bb 100644 (file)
@@ -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.
index 7b52643..861d61c 100644 (file)
@@ -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);