Mercurial > emacs
diff src/buffer.c @ 46599:44651cb24a24
(Fbuffer_list): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 21 Jul 2002 20:25:32 +0000 |
| parents | c725edd73e4c |
| children | df9f70dd69a4 |
line wrap: on
line diff
--- a/src/buffer.c Sun Jul 21 20:24:38 2002 +0000 +++ b/src/buffer.c Sun Jul 21 20:25:32 2002 +0000 @@ -209,7 +209,9 @@ 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; {
