Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/buffer.c Mon Aug 13 10:57:07 2007 +0200 +++ b/src/buffer.c Mon Aug 13 10:57:55 2007 +0200 @@ -1653,6 +1653,8 @@ If BUFFER is nil or omitted, bury the current buffer. Also, if BUFFER is nil or omitted, remove the current buffer from the selected window if it is displayed there. +Because of this, you may need to specify (current-buffer) as +BUFFER when calling from minibuffer. If BEFORE is non-nil, it specifies a buffer before which BUFFER will be placed, instead of being placed at the end. */