diff options
| author | Richard M. Stallman | 2005-02-03 07:33:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-02-03 07:33:52 +0000 |
| commit | 3997118842c31d87ccb53ad06707280cb89184af (patch) | |
| tree | a12b46bfa4bd39458a4a43e38d3e293cbc8e3e95 /src/buffer.c | |
| parent | a08ff74cc5fe89edb73e3310a8f5b5249ab7db5a (diff) | |
| download | emacs-3997118842c31d87ccb53ad06707280cb89184af.tar.gz emacs-3997118842c31d87ccb53ad06707280cb89184af.zip | |
(Fbury_buffer): Doc fix.
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 a5099fc2487..ae390ba7500 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1952,6 +1952,7 @@ DEFUN ("bury-buffer", Fbury_buffer, Sbury_buffer, 0, 1, "", | |||
| 1952 | doc: /* Put BUFFER at the end of the list of all buffers. | 1952 | doc: /* Put BUFFER at the end of the list of all buffers. |
| 1953 | There it is the least likely candidate for `other-buffer' to return; | 1953 | There it is the least likely candidate for `other-buffer' to return; |
| 1954 | thus, the least likely buffer for \\[switch-to-buffer] to select by default. | 1954 | thus, the least likely buffer for \\[switch-to-buffer] to select by default. |
| 1955 | You can specify a buffer name as BUFFER, or an actual buffer object. | ||
| 1955 | If BUFFER is nil or omitted, bury the current buffer. | 1956 | If BUFFER is nil or omitted, bury the current buffer. |
| 1956 | Also, if BUFFER is nil or omitted, remove the current buffer from the | 1957 | Also, if BUFFER is nil or omitted, remove the current buffer from the |
| 1957 | selected window if it is displayed there. */) | 1958 | selected window if it is displayed there. */) |