aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c6
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
388DEFUN ("buffer-list", Fbuffer_list, Sbuffer_list, 0, 1, 0, 388DEFUN ("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.
390If the optional arg FRAME is a frame, we return the buffer list in the 390If the optional arg FRAME is a frame, return the buffer list in the
391proper order for that frame: the buffers show in FRAME come first, 391proper order for that frame: the buffers shown in FRAME come first,
392followed by the rest of the buffers. */) 392followed by the rest of the buffers. */)
393 (Lisp_Object frame) 393 (Lisp_Object frame)
394{ 394{