Mercurial > emacs
diff lisp/simple.el @ 32260:b3df18daadfb
Doc fix.
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Sun, 08 Oct 2000 01:37:42 +0000 |
| parents | ae7e7e548bf3 |
| children | b84a9fb24453 |
line wrap: on
line diff
--- a/lisp/simple.el Sun Oct 08 01:36:35 2000 +0000 +++ b/lisp/simple.el Sun Oct 08 01:37:42 2000 +0000 @@ -1223,6 +1223,9 @@ A buffer is displayed using `display-buffer' if MESSAGE is too long for the maximum height of the echo area, as defined by `max-mini-window-height'. +Returns either the string shown in the echo area, or when a pop-up +buffer is used, the window used to display it. + If MESSAGE is a string, then the optional argument BUFFER-NAME is the name of the buffer used to display it in the case where a pop-up buffer is used, defaulting to `*Message*'. In the case where MESSAGE is a
