diff options
| author | Richard M. Stallman | 2002-07-21 20:25:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-21 20:25:32 +0000 |
| commit | aef466d55e6ae04109496e7ff3bf0b0727d4e923 (patch) | |
| tree | 81c5748499f2a03116aea9fe8671ad62e78f984a /src/buffer.c | |
| parent | 5b5b46b84153560bf0ae3335fde28c6a1dc8e247 (diff) | |
| download | emacs-aef466d55e6ae04109496e7ff3bf0b0727d4e923.tar.gz emacs-aef466d55e6ae04109496e7ff3bf0b0727d4e923.zip | |
(Fbuffer_list): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index fd2de4a2408..1564674d86d 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -209,7 +209,9 @@ Value is nil if OBJECT is not a buffer or if it has been killed. */) | |||
| 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 | { |