comparison src/buffer.c @ 434:9d177e8d4150 r21-2-25

Import from CVS: tag r21-2-25
author cvs
date Mon, 13 Aug 2007 11:30:53 +0200
parents 3ecd8885ac67
children 8de8e3f6228a
comparison
equal deleted inserted replaced
433:892ca416f0fb 434:9d177e8d4150
1622 There it is the least likely candidate for `other-buffer' to return; 1622 There it is the least likely candidate for `other-buffer' to return;
1623 thus, the least likely buffer for \\[switch-to-buffer] to select by default. 1623 thus, the least likely buffer for \\[switch-to-buffer] to select by default.
1624 If BUFFER is nil or omitted, bury the current buffer. 1624 If BUFFER is nil or omitted, bury the current buffer.
1625 Also, if BUFFER is nil or omitted, remove the current buffer from the 1625 Also, if BUFFER is nil or omitted, remove the current buffer from the
1626 selected window if it is displayed there. 1626 selected window if it is displayed there.
1627 Because of this, you may need to specify (current-buffer) as
1628 BUFFER when calling from minibuffer.
1627 If BEFORE is non-nil, it specifies a buffer before which BUFFER 1629 If BEFORE is non-nil, it specifies a buffer before which BUFFER
1628 will be placed, instead of being placed at the end. 1630 will be placed, instead of being placed at the end.
1629 */ 1631 */
1630 (buffer, before)) 1632 (buffer, before))
1631 { 1633 {