comparison src/buffer.c @ 359:8e84bee8ddd0 r21-1-9

Import from CVS: tag r21-1-9
author cvs
date Mon, 13 Aug 2007 10:57:55 +0200
parents 4f79e16b1112
children 972bbb6d6ca2
comparison
equal deleted inserted replaced
358:fed6e0f6a03a 359:8e84bee8ddd0
1651 There it is the least likely candidate for `other-buffer' to return; 1651 There it is the least likely candidate for `other-buffer' to return;
1652 thus, the least likely buffer for \\[switch-to-buffer] to select by default. 1652 thus, the least likely buffer for \\[switch-to-buffer] to select by default.
1653 If BUFFER is nil or omitted, bury the current buffer. 1653 If BUFFER is nil or omitted, bury the current buffer.
1654 Also, if BUFFER is nil or omitted, remove the current buffer from the 1654 Also, if BUFFER is nil or omitted, remove the current buffer from the
1655 selected window if it is displayed there. 1655 selected window if it is displayed there.
1656 Because of this, you may need to specify (current-buffer) as
1657 BUFFER when calling from minibuffer.
1656 If BEFORE is non-nil, it specifies a buffer before which BUFFER 1658 If BEFORE is non-nil, it specifies a buffer before which BUFFER
1657 will be placed, instead of being placed at the end. 1659 will be placed, instead of being placed at the end.
1658 */ 1660 */
1659 (buffer, before)) 1661 (buffer, before))
1660 { 1662 {