Mercurial > hg > xemacs-beta
comparison man/lispref/packaging.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 | 9a116d92c011 |
children | 138c42c84aec |
comparison
equal
deleted
inserted
replaced
900:ac5c14a317f1 | 901:37e56e920ac5 |
---|---|
460 one another. A very complex example is Gnus. One may not in general | 460 one another. A very complex example is Gnus. One may not in general |
461 safely remove any of the component libraries. | 461 safely remove any of the component libraries. |
462 | 462 |
463 @item Single-File Packages | 463 @item Single-File Packages |
464 @cindex single-file package | 464 @cindex single-file package |
465 A single-file package is an collection of thematically related but | 465 A single-file package is a collection of thematically related but |
466 otherwise independent Lisp libraries. These libraries are bundled | 466 otherwise independent Lisp libraries. These libraries are bundled |
467 together for convenience of the maintainers. Usually individual | 467 together for convenience of the maintainers. Usually individual |
468 libraries may be deleted at will without any loss of functionality of | 468 libraries may be deleted at will without any loss of functionality of |
469 other libraries in the package. However, we would recommend that you | 469 other libraries in the package. However, we would recommend that you |
470 follow this rule of thumb: "When in doubt, don't delete". If it's | 470 follow this rule of thumb: "When in doubt, don't delete". If it's |