(Fbuffer_list): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 21 Jul 2002 20:25:32 +0000 (20:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 21 Jul 2002 20:25:32 +0000 (20:25 +0000)
src/buffer.c

index fd2de4a..1564674 100644 (file)
@@ -209,7 +209,9 @@ Value is nil if OBJECT is not a buffer or if it has been killed.  */)
 
 DEFUN ("buffer-list", Fbuffer_list, Sbuffer_list, 0, 1, 0,
        doc: /* Return a list of all existing live buffers.
-If the optional arg FRAME is a frame, we return that frame's buffer list.  */)
+If the optional arg FRAME is a frame, we return the buffer list
+in the proper order for that frame: the buffers in FRAME's `buffer-list'
+frame parameter come first, followed by the rest of the buffers.  */)
      (frame)
      Lisp_Object frame;
 {