aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorMiles Bader2005-02-06 12:06:02 +0000
committerMiles Bader2005-02-06 12:06:02 +0000
commita359f0e0ff878285654e2f0bcc7bd3b4340c778c (patch)
treecc0aff13c751bb8ab7ccaae29082bab32e15fd13 /src/buffer.c
parentf3d3402885646e6fa79f1ad59fb8a1f9017851d7 (diff)
parent56c30d721096a64f151f9ea6e3c76562380da895 (diff)
downloademacs-a359f0e0ff878285654e2f0bcc7bd3b4340c778c.tar.gz
emacs-a359f0e0ff878285654e2f0bcc7bd3b4340c778c.zip
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
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
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.
1954There it is the least likely candidate for `other-buffer' to return; 1954There it is the least likely candidate for `other-buffer' to return;
1955thus, the least likely buffer for \\[switch-to-buffer] to select by default. 1955thus, the least likely buffer for \\[switch-to-buffer] to select by default.
1956You can specify a buffer name as BUFFER, or an actual buffer object.
1956If BUFFER is nil or omitted, bury the current buffer. 1957If BUFFER is nil or omitted, bury the current buffer.
1957Also, if BUFFER is nil or omitted, remove the current buffer from the 1958Also, if BUFFER is nil or omitted, remove the current buffer from the
1958selected window if it is displayed there. */) 1959selected window if it is displayed there. */)