diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c index 12a467daae4..75cb470af8d 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -386,9 +386,9 @@ Value is nil if OBJECT is not a buffer or if it has been killed. */) | |||
| 386 | } | 386 | } |
| 387 | 387 | ||
| 388 | DEFUN ("buffer-list", Fbuffer_list, Sbuffer_list, 0, 1, 0, | 388 | DEFUN ("buffer-list", Fbuffer_list, Sbuffer_list, 0, 1, 0, |
| 389 | doc: /* Return a list of all existing live buffers. | 389 | doc: /* Return a list of all live buffers. |
| 390 | If the optional arg FRAME is a frame, we return the buffer list in the | 390 | If the optional arg FRAME is a frame, return the buffer list in the |
| 391 | proper order for that frame: the buffers show in FRAME come first, | 391 | proper order for that frame: the buffers shown in FRAME come first, |
| 392 | followed by the rest of the buffers. */) | 392 | followed by the rest of the buffers. */) |
| 393 | (Lisp_Object frame) | 393 | (Lisp_Object frame) |
| 394 | { | 394 | { |