Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 46598:6262acd6c7ac | 46599:44651cb24a24 |
|---|---|
| 207 ? Qt : Qnil); | 207 ? Qt : Qnil); |
| 208 } | 208 } |
| 209 | 209 |
| 210 DEFUN ("buffer-list", Fbuffer_list, Sbuffer_list, 0, 1, 0, | 210 DEFUN ("buffer-list", Fbuffer_list, Sbuffer_list, 0, 1, 0, |
| 211 doc: /* Return a list of all existing live buffers. | 211 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. */) | 212 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. */) | |
| 213 (frame) | 215 (frame) |
| 214 Lisp_Object frame; | 216 Lisp_Object frame; |
| 215 { | 217 { |
| 216 Lisp_Object framelist, general; | 218 Lisp_Object framelist, general; |
| 217 general = Fmapcar (Qcdr, Vbuffer_alist); | 219 general = Fmapcar (Qcdr, Vbuffer_alist); |
