Mercurial > emacs
changeset 46599:44651cb24a24
(Fbuffer_list): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 21 Jul 2002 20:25:32 +0000 |
parents | 6262acd6c7ac |
children | 736bbb2f8711 |
files | src/buffer.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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; {