comparison src/window.c @ 17952:f6aa3f1afc16

(Fdisplay_buffer): Use B not b for interactive argument.
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 May 1997 02:41:42 +0000
parents c13cd575945a
children 3140e48262f9
comparison
equal deleted inserted replaced
17951:c13285663c82 17952:f6aa3f1afc16
2088 } 2088 }
2089 return Qnil; 2089 return Qnil;
2090 } 2090 }
2091 2091
2092 DEFUN ("display-buffer", Fdisplay_buffer, Sdisplay_buffer, 1, 2, 2092 DEFUN ("display-buffer", Fdisplay_buffer, Sdisplay_buffer, 1, 2,
2093 "bDisplay buffer: \nP", 2093 "BDisplay buffer: \nP", /* Use B so the default is (other-buffer). */
2094 "Make BUFFER appear in some window but don't select it.\n\ 2094 "Make BUFFER appear in some window but don't select it.\n\
2095 BUFFER can be a buffer or a buffer name.\n\ 2095 BUFFER can be a buffer or a buffer name.\n\
2096 If BUFFER is shown already in some window, just use that one,\n\ 2096 If BUFFER is shown already in some window, just use that one,\n\
2097 unless the window is the selected window and the optional second\n\ 2097 unless the window is the selected window and the optional second\n\
2098 argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).\n\ 2098 argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).\n\