Mercurial > emacs
comparison lispref/display.texi @ 62118:e5a04a0e92c1
(The Echo Area): Correct format function cross reference.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 06 May 2005 13:17:13 +0000 |
parents | f3d536670495 |
children | 58109adfa96a 62afea0771d8 |
comparison
equal
deleted
inserted
replaced
62117:11d8a39e986e | 62118:e5a04a0e92c1 |
---|---|
198 follows: | 198 follows: |
199 | 199 |
200 @defun message string &rest arguments | 200 @defun message string &rest arguments |
201 This function displays a message in the echo area. The | 201 This function displays a message in the echo area. The |
202 argument @var{string} is similar to a C language @code{printf} control | 202 argument @var{string} is similar to a C language @code{printf} control |
203 string. See @code{format} in @ref{String Conversion}, for the details | 203 string. See @code{format} in @ref{Formatting Strings}, for the details |
204 on the conversion specifications. @code{message} returns the | 204 on the conversion specifications. @code{message} returns the |
205 constructed string. | 205 constructed string. |
206 | 206 |
207 In batch mode, @code{message} prints the message text on the standard | 207 In batch mode, @code{message} prints the message text on the standard |
208 error stream, followed by a newline. | 208 error stream, followed by a newline. |