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.