diff src/buffer.c @ 22191:c07c0604d95d

(Fother_buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 22 May 1998 20:09:01 +0000
parents 2a61a0a3a9be
children eb56d7e8faa1
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)