Mercurial > hg > xemacs-beta
comparison man/lispref/text.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 | 1ccc32a20af4 |
children | 6ffd69eff907 |
comparison
equal
deleted
inserted
replaced
900:ac5c14a317f1 | 901:37e56e920ac5 |
---|---|
2759 for large portions of text or data. This is why some of them are | 2759 for large portions of text or data. This is why some of them are |
2760 implemented in C, with an appropriate interface for Lisp programmers. | 2760 implemented in C, with an appropriate interface for Lisp programmers. |
2761 Examples of algorithms thus provided are MD5 and base64 support. | 2761 Examples of algorithms thus provided are MD5 and base64 support. |
2762 | 2762 |
2763 MD5 is an algorithm for calculating message digests, as described in | 2763 MD5 is an algorithm for calculating message digests, as described in |
2764 rfc1321. Given a message of arbitrary length, MD5 produces an 128-bit | 2764 rfc1321. Given a message of arbitrary length, MD5 produces a 128-bit |
2765 ``fingerprint'' (``message digest'') corresponding to that message. It | 2765 ``fingerprint'' (``message digest'') corresponding to that message. It |
2766 is considered computationally infeasible to produce two messages having | 2766 is considered computationally infeasible to produce two messages having |
2767 the same MD5 digest, or to produce a message having a prespecified | 2767 the same MD5 digest, or to produce a message having a prespecified |
2768 target digest. MD5 is used heavily by various authentication schemes. | 2768 target digest. MD5 is used heavily by various authentication schemes. |
2769 | 2769 |