comparison lispref/display.texi @ 32840:07d490290ba8

*** empty log message ***
author Dave Love <fx@gnu.org>
date Tue, 24 Oct 2000 23:17:02 +0000
parents 66f219c7e8ca
children 701833d4b661
comparison
equal deleted inserted replaced
32839:4ab12a7fc269 32840:07d490290ba8
246 support them, then @code{message-box} uses the echo area, like 246 support them, then @code{message-box} uses the echo area, like
247 @code{message}. 247 @code{message}.
248 @end defun 248 @end defun
249 249
250 @defun display-message-or-buffer message &optional buffer-name not-this-window frame 250 @defun display-message-or-buffer message &optional buffer-name not-this-window frame
251 @tindex display-message-or-buffer
251 This function displays the message @var{message}, which may be either a 252 This function displays the message @var{message}, which may be either a
252 string or a buffer. If it is shorter than the maximum height of the 253 string or a buffer. If it is shorter than the maximum height of the
253 echo area, as defined by @code{max-mini-window-height}, it is displayed 254 echo area, as defined by @code{max-mini-window-height}, it is displayed
254 in the echo area, using @code{message}. Otherwise, 255 in the echo area, using @code{message}. Otherwise,
255 @code{display-buffer} is used to show it in a pop-up buffer. 256 @code{display-buffer} is used to show it in a pop-up buffer.