aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorMartin Rudalics2017-12-14 09:38:06 +0100
committerMartin Rudalics2017-12-14 09:38:06 +0100
commit232c6465ce789f980da16063a865ac915b060ca4 (patch)
tree13951406c9c7bd5de272d09918056172f04e50e3 /src/buffer.c
parent3f9aac68d7ec9854a2998e9b5e7d77fbc18bf2d0 (diff)
downloademacs-232c6465ce789f980da16063a865ac915b060ca4.tar.gz
emacs-232c6465ce789f980da16063a865ac915b060ca4.zip
Fix doc-string of Fbuffer_list
* src/buffer.c (Fbuffer_list): Fix doc-string.
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 c6f9eb28e25..7ae889decf7 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{