Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/man/lispref/control.texi Fri Jul 05 19:18:54 2002 +0000 +++ b/man/lispref/control.texi Fri Jul 05 20:35:55 2002 +0000 @@ -922,7 +922,7 @@ 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