Mercurial > emacs
diff src/buffer.c @ 739:0bb85f26b79c
*** empty log message ***
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 04 Jul 1992 16:51:02 +0000 |
| parents | 70b112526394 |
| children | bb24f1180bb6 |
line wrap: on
line diff
--- a/src/buffer.c Sat Jul 04 00:01:45 1992 +0000 +++ b/src/buffer.c Sat Jul 04 16:51:02 1992 +0000 @@ -902,7 +902,9 @@ DEFUN ("bury-buffer", Fbury_buffer, Sbury_buffer, 0, 1, "", "Put BUFFER at the end of the list of all buffers.\n\ There it is the least likely candidate for `other-buffer' to return;\n\ -thus, the least likely buffer for \\[switch-to-buffer] to select by default.") +thus, the least likely buffer for \\[switch-to-buffer] to select by default.\n\ +If the argument is nil, bury the current buffer\n\ +and switch to some other buffer in the selected window.") (buf) register Lisp_Object buf; {
