diff options
| author | Martin Rudalics | 2017-12-14 09:38:06 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2017-12-14 09:38:06 +0100 |
| commit | 232c6465ce789f980da16063a865ac915b060ca4 (patch) | |
| tree | 13951406c9c7bd5de272d09918056172f04e50e3 /src/buffer.c | |
| parent | 3f9aac68d7ec9854a2998e9b5e7d77fbc18bf2d0 (diff) | |
| download | emacs-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.c | 6 |
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 | ||
| 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 | { |