/[emacs]/emacs/src/buffer.c
ViewVC logotype

Diff of /emacs/src/buffer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.397 by raeburn, Sun Jul 21 14:11:55 2002 UTC revision 1.398 by rms, Sun Jul 21 20:25:32 2002 UTC
# Line 209  Value is nil if OBJECT is not a buffer o Line 209  Value is nil if OBJECT is not a buffer o
209    
210  DEFUN ("buffer-list", Fbuffer_list, Sbuffer_list, 0, 1, 0,  DEFUN ("buffer-list", Fbuffer_list, Sbuffer_list, 0, 1, 0,
211         doc: /* Return a list of all existing live buffers.         doc: /* Return a list of all existing live buffers.
212  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
213    in the proper order for that frame: the buffers in FRAME's `buffer-list'
214    frame parameter come first, followed by the rest of the buffers.  */)
215       (frame)       (frame)
216       Lisp_Object frame;       Lisp_Object frame;
217  {  {

Legend:
Removed from v.1.397  
changed lines
  Added in v.1.398

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26