diff 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
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.