diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index d869388ec72..153b0ca0bb2 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1953,6 +1953,7 @@ DEFUN ("bury-buffer", Fbury_buffer, Sbury_buffer, 0, 1, "", | |||
| 1953 | doc: /* Put BUFFER at the end of the list of all buffers. | 1953 | doc: /* Put BUFFER at the end of the list of all buffers. |
| 1954 | There it is the least likely candidate for `other-buffer' to return; | 1954 | There it is the least likely candidate for `other-buffer' to return; |
| 1955 | thus, the least likely buffer for \\[switch-to-buffer] to select by default. | 1955 | thus, the least likely buffer for \\[switch-to-buffer] to select by default. |
| 1956 | You can specify a buffer name as BUFFER, or an actual buffer object. | ||
| 1956 | If BUFFER is nil or omitted, bury the current buffer. | 1957 | If BUFFER is nil or omitted, bury the current buffer. |
| 1957 | Also, if BUFFER is nil or omitted, remove the current buffer from the | 1958 | Also, if BUFFER is nil or omitted, remove the current buffer from the |
| 1958 | selected window if it is displayed there. */) | 1959 | selected window if it is displayed there. */) |