Mercurial > emacs
changeset 22191:c07c0604d95d
(Fother_buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 22 May 1998 20:09:01 +0000 |
parents | 54a0e89d2a48 |
children | bf83c23f3300 |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Fri May 22 20:06:49 1998 +0000 +++ b/src/buffer.c Fri May 22 20:09:01 1998 +0000 @@ -894,6 +894,8 @@ "Return most recently selected buffer other than BUFFER.\n\ Buffers not visible in windows are preferred to visible buffers,\n\ unless optional second argument VISIBLE-OK is non-nil.\n\ +If the optional third argument FRAME is non-nil, use that frame's\n\ +buffer list instead of the selected frame's buffer list.\n\ If no other buffer exists, the buffer `*scratch*' is returned.\n\ If BUFFER is omitted or nil, some interesting buffer is returned.") (buffer, visible_ok, frame)