From: Richard M. Stallman Date: Fri, 22 May 1998 20:09:01 +0000 (+0000) Subject: (Fother_buffer): Doc fix. X-Git-Tag: emacs-20.3~886 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97c3c30c780b95d57f0f07636a8e49b1846f71a4;p=emacs.git (Fother_buffer): Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index ddca5e7bc16..8dc2c848ee9 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -894,6 +894,8 @@ DEFUN ("other-buffer", Fother_buffer, Sother_buffer, 0, 3, 0, "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)