comparison man/lispref/control.texi @ 901:37e56e920ac5

[xemacs-hg @ 2002-07-05 20:35:47 by adrian] [R21.4] [PATCH] xemacs-21.5: man typo fixes for incorrect use of indef. art. "an" -------------------- ChangeLog entries follow: -------------------- man/ChangeLog addition: 2002-07-05 Adrian Aichner <adrian@xemacs.org> * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of indef. art. "an". 2002-07-05 Adrian Aichner <adrian@xemacs.org> * lispref/control.texi (Processing of Errors): Ditto. * lispref/mule.texi (ISO 2022): Ditto. * lispref/packaging.texi (Package Terminology): Ditto. * lispref/text.texi (Transformations): Ditto. 2002-07-05 Adrian Aichner <adrian@xemacs.org> * termcap.texi (Naming): Ditto. * texinfo.texi (itemize): Ditto. * texinfo.texi (Tips): Ditto. * widget.texi (Introduction): Ditto. * widget.texi (group): Ditto.
author adrian
date Fri, 05 Jul 2002 20:35:55 +0000
parents 576fb035e263
children 13a418960a88
comparison
equal deleted inserted replaced
900:ac5c14a317f1 901:37e56e920ac5
920 920
921 @defun display-error error-object stream 921 @defun display-error error-object stream
922 This function displays @var{error-object} on @var{stream}. 922 This function displays @var{error-object} on @var{stream}.
923 @var{error-object} is a cons of error type, a symbol, and error 923 @var{error-object} is a cons of error type, a symbol, and error
924 arguments, a list. If the error type symbol of one of its error 924 arguments, a list. If the error type symbol of one of its error
925 condition superclasses has an @code{display-error} property, that 925 condition superclasses has a @code{display-error} property, that
926 function is invoked for printing the actual error message. Otherwise, 926 function is invoked for printing the actual error message. Otherwise,
927 the error is printed as @samp{Error: arg1, arg2, ...}. 927 the error is printed as @samp{Error: arg1, arg2, ...}.
928 @end defun 928 @end defun
929 929
930 @defun error-message-string error-object 930 @defun error-message-string error-object