]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/display.texi
Documentation fixes re quotes
[gnu-emacs] / doc / lispref / display.texi
index 36404f4dff92860f70a33fb7ff2d1109aec1fc0e..9d82edc9a98663afbace24eeede2e91cf0d801f9 100644 (file)
@@ -632,13 +632,13 @@ for logging the warning.  By default, it is @file{*Warnings*}.
 @end defun
 
 @defun lwarn type level message &rest args
-This function reports a warning using the value of @code{(format
+This function reports a warning using the value of @code{(format-message
 @var{message} @var{args}...)} as the message in the @file{*Warnings*}
 buffer.  In other respects it is equivalent to @code{display-warning}.
 @end defun
 
 @defun warn message &rest args
-This function reports a warning using the value of @code{(format
+This function reports a warning using the value of @code{(format-message
 @var{message} @var{args}...)} as the message, @code{(emacs)} as the
 type, and @code{:warning} as the severity level.  It exists for
 compatibility only; we recommend not using it, because you should