diff options
| -rw-r--r-- | lispref/display.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 82cdf38bdcd..995a43130ab 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -248,6 +248,7 @@ support them, then @code{message-box} uses the echo area, like | |||
| 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 |