diff options
author | Dave Love <fx@gnu.org> | 2000-10-24 23:17:02 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-10-24 23:17:02 +0000 |
commit | b7f2e802a8248079fb95c14b38e37ed1239b8833 (patch) | |
tree | 7297fd07957712b87842db68cb0d3e1ca1a8ebe7 | |
parent | 912351a8c98720e30fc11eeb230f5cb18c460720 (diff) | |
download | emacs-b7f2e802a8248079fb95c14b38e37ed1239b8833.tar.gz |
*** 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 @end defun @defun display-message-or-buffer message &optional buffer-name not-this-window frame +@tindex display-message-or-buffer This function displays the message @var{message}, which may be either a string or a buffer. If it is shorter than the maximum height of the echo area, as defined by @code{max-mini-window-height}, it is displayed |