# HG changeset patch # User Richard M. Stallman # Date 1107416032 0 # Node ID 0e1b2e676d717c2d0f9d42e3cc135653d1b541ab # Parent fecf0bc95c49c8aa648cf54e35ce4166e55a3b3c (Fbury_buffer): Doc fix. diff -r fecf0bc95c49 -r 0e1b2e676d71 src/buffer.c --- 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. */)