Mercurial > emacs
changeset 59891:0e1b2e676d71
(Fbury_buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 03 Feb 2005 07:33:52 +0000 |
parents | fecf0bc95c49 |
children | 212069a54aca |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Thu Feb 03 07:31:56 2005 +0000 +++ b/src/buffer.c Thu Feb 03 07:33:52 2005 +0000 @@ -1952,6 +1952,7 @@ doc: /* Put BUFFER at the end of the list of all buffers. There it is the least likely candidate for `other-buffer' to return; thus, the least likely buffer for \\[switch-to-buffer] to select by default. +You can specify a buffer name as BUFFER, or an actual buffer object. If BUFFER is nil or omitted, bury the current buffer. Also, if BUFFER is nil or omitted, remove the current buffer from the selected window if it is displayed there. */)