diff options
| author | Dave Love | 2000-10-24 23:17:02 +0000 |
|---|---|---|
| committer | Dave Love | 2000-10-24 23:17:02 +0000 |
| commit | 26f42fedaebf00c9d3cf4ceafacf8e5bdbde90a3 (patch) | |
| tree | f580d59eb6a491d774f86ce6e8372f61aa9f37a3 | |
| parent | 5633ded3f7d82dc3892ea00441dff84e96075105 (diff) | |
| download | emacs-26f42fedaebf00c9d3cf4ceafacf8e5bdbde90a3.tar.gz emacs-26f42fedaebf00c9d3cf4ceafacf8e5bdbde90a3.zip | |
*** empty log message ***
| -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 |