]> git.eshelyaron.com Git - emacs.git/commitdiff
(The Echo Area): Correct format function cross reference.
authorEli Zaretskii <eliz@gnu.org>
Fri, 6 May 2005 13:17:13 +0000 (13:17 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 6 May 2005 13:17:13 +0000 (13:17 +0000)
lispref/display.texi

index 76bf99e0ededf6bf0d80fb785adbcb6460c103c1..7f91072ca5d538d6aaf959f91555172e00b5dbc2 100644 (file)
@@ -200,7 +200,7 @@ follows:
 @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.