X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2Flispref%2Fcontrol.texi;h=5860ca542a4b15afbd1a2d7fab318144e7bfabfc;hp=59000f7f9f318340b584d60448540a7832013813;hb=dbf2768f7b146e97e37a27316f70bb313f1acf15;hpb=98a6e4055a1fa624c592ac06f79287d55196ca37 diff --git a/man/lispref/control.texi b/man/lispref/control.texi index 59000f7..5860ca5 100644 --- a/man/lispref/control.texi +++ b/man/lispref/control.texi @@ -922,7 +922,7 @@ formatting are explained below. This function displays @var{error-object} on @var{stream}. @var{error-object} is a cons of error type, a symbol, and error arguments, a list. If the error type symbol of one of its error -condition superclasses has an @code{display-error} property, that +condition superclasses has a @code{display-error} property, that function is invoked for printing the actual error message. Otherwise, the error is printed as @samp{Error: arg1, arg2, ...}. @end defun