Mercurial > emacs
comparison src/buffer.c @ 59891:0e1b2e676d71
(Fbury_buffer): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 03 Feb 2005 07:33:52 +0000 |
| parents | 62b43d677801 |
| children | f0a03b682c19 3dcba0bc766b 72cf6261961e |
comparison
equal
deleted
inserted
replaced
| 59890:fecf0bc95c49 | 59891:0e1b2e676d71 |
|---|---|
| 1950 | 1950 |
| 1951 DEFUN ("bury-buffer", Fbury_buffer, Sbury_buffer, 0, 1, "", | 1951 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. */) |
| 1958 (buffer) | 1959 (buffer) |
| 1959 register Lisp_Object buffer; | 1960 register Lisp_Object buffer; |
