From: Eli Zaretskii Date: Fri, 6 May 2005 13:17:13 +0000 (+0000) Subject: (The Echo Area): Correct format function cross reference. X-Git-Tag: ttn-vms-21-2-B4~492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3267c782136798dfe181a50cf4c27107f0b3241;p=emacs.git (The Echo Area): Correct format function cross reference. --- diff --git a/lispref/display.texi b/lispref/display.texi index 76bf99e0ede..7f91072ca5d 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -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.