diff options
| author | Miles Bader | 2000-10-08 01:37:42 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-10-08 01:37:42 +0000 |
| commit | 2a3f00bf5f070a3b41c3b142c7a45593b90c7bb0 (patch) | |
| tree | 1b14c8d9ec172c054bad51f3783ec389059d55fc | |
| parent | 4fbdfdcf8e32ef3dcebdef2a3a84875b6b023831 (diff) | |
| download | emacs-2a3f00bf5f070a3b41c3b142c7a45593b90c7bb0.tar.gz emacs-2a3f00bf5f070a3b41c3b142c7a45593b90c7bb0.zip | |
Doc fix.
| -rw-r--r-- | lisp/simple.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index e50003fa7d5..11a4cfdec3e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -1223,6 +1223,9 @@ MESSAGE may be either a string or a buffer. | |||
| 1223 | A buffer is displayed using `display-buffer' if MESSAGE is too long for | 1223 | A buffer is displayed using `display-buffer' if MESSAGE is too long for |
| 1224 | the maximum height of the echo area, as defined by `max-mini-window-height'. | 1224 | the maximum height of the echo area, as defined by `max-mini-window-height'. |
| 1225 | 1225 | ||
| 1226 | Returns either the string shown in the echo area, or when a pop-up | ||
| 1227 | buffer is used, the window used to display it. | ||
| 1228 | |||
| 1226 | If MESSAGE is a string, then the optional argument BUFFER-NAME is the | 1229 | If MESSAGE is a string, then the optional argument BUFFER-NAME is the |
| 1227 | name of the buffer used to display it in the case where a pop-up buffer | 1230 | name of the buffer used to display it in the case where a pop-up buffer |
| 1228 | is used, defaulting to `*Message*'. In the case where MESSAGE is a | 1231 | is used, defaulting to `*Message*'. In the case where MESSAGE is a |