]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 3d00ebfeba2756f63e7d2cd6137a703cd40c829f..18478bbda9d6897acedeba05f71456a9050dce22 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 7b5264385a22febec785a74b4560f44873ffabaf..861d61cc63f2677bb41c17bc77e06d34f8ec17e6 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);