Index: display.texi =================================================================== RCS file: /cvsroot/emacs/emacs/lispref/display.texi,v retrieving revision 1.159 diff -u -c -r1.159 display.texi cvs diff: conflicting specifications of output style *** display.texi 1 May 2005 17:01:44 -0000 1.159 --- display.texi 4 May 2005 01:15:53 -0000 *************** *** 200,206 **** @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 on the conversion specifications. @code{message} returns the constructed string. --- 200,206 ---- @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{Formatting Strings}, for the details on the conversion specifications. @code{message} returns the constructed string.