Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
22190:54a0e89d2a48 | 22191:c07c0604d95d |
---|---|
892 | 892 |
893 DEFUN ("other-buffer", Fother_buffer, Sother_buffer, 0, 3, 0, | 893 DEFUN ("other-buffer", Fother_buffer, Sother_buffer, 0, 3, 0, |
894 "Return most recently selected buffer other than BUFFER.\n\ | 894 "Return most recently selected buffer other than BUFFER.\n\ |
895 Buffers not visible in windows are preferred to visible buffers,\n\ | 895 Buffers not visible in windows are preferred to visible buffers,\n\ |
896 unless optional second argument VISIBLE-OK is non-nil.\n\ | 896 unless optional second argument VISIBLE-OK is non-nil.\n\ |
897 If the optional third argument FRAME is non-nil, use that frame's\n\ | |
898 buffer list instead of the selected frame's buffer list.\n\ | |
897 If no other buffer exists, the buffer `*scratch*' is returned.\n\ | 899 If no other buffer exists, the buffer `*scratch*' is returned.\n\ |
898 If BUFFER is omitted or nil, some interesting buffer is returned.") | 900 If BUFFER is omitted or nil, some interesting buffer is returned.") |
899 (buffer, visible_ok, frame) | 901 (buffer, visible_ok, frame) |
900 register Lisp_Object buffer, visible_ok, frame; | 902 register Lisp_Object buffer, visible_ok, frame; |
901 { | 903 { |