changeset 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 11d8a39e986e
children 9ded253bfb55
files lispref/display.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/display.texi	Fri May 06 13:08:15 2005 +0000
+++ b/lispref/display.texi	Fri May 06 13:17:13 2005 +0000
@@ -200,7 +200,7 @@
 @defun message string &rest arguments
 This function displays a message in the echo area.  The
 argument @var{string} is similar to a C language @code{printf} control
-string.  See @code{format} in @ref{String Conversion}, for the details
+string.  See @code{format} in @ref{Formatting Strings}, for the details
 on the conversion specifications.  @code{message} returns the
 constructed string.