# HG changeset patch # User Eli Zaretskii # Date 1115385433 0 # Node ID e5a04a0e92c14f38307920824654a80ce2460772 # Parent 11d8a39e986ec6c3fff8f437f5f561c5440498e7 (The Echo Area): Correct format function cross reference. diff -r 11d8a39e986e -r e5a04a0e92c1 lispref/display.texi --- 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.