# HG changeset patch # User Richard M. Stallman # Date 895867741 0 # Node ID c07c0604d95d383e0cce51d3c56797e258ca9526 # Parent 54a0e89d2a4852e21953ac14cf38075208ea6124 (Fother_buffer): Doc fix. diff -r 54a0e89d2a48 -r c07c0604d95d src/buffer.c --- 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)