[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/display.texi
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/display.texi |
Date: |
Fri, 06 May 2005 09:17:13 -0400 |
Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.159 emacs/lispref/display.texi:1.160
*** emacs/lispref/display.texi:1.159 Sun May 1 17:01:44 2005
--- emacs/lispref/display.texi Fri May 6 13:17:13 2005
***************
*** 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.