Mercurial > emacs
comparison src/buffer.c @ 90100:72cf6261961e
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-11
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-69
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-71
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-72
src/dispextern.h (xassert): Enable unconditionally.
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-73
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-81
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-82
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-12
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-13
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 06 Feb 2005 12:06:02 +0000 |
parents | fa9654493afb 0e1b2e676d71 |
children | bbc2e661b93c |
comparison
equal
deleted
inserted
replaced
90099:fa9654493afb | 90100:72cf6261961e |
---|---|
1951 | 1951 |
1952 DEFUN ("bury-buffer", Fbury_buffer, Sbury_buffer, 0, 1, "", | 1952 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. */) |
1959 (buffer) | 1960 (buffer) |
1960 register Lisp_Object buffer; | 1961 register Lisp_Object buffer; |