Mercurial > emacs
changeset 70663:3854e2f08147
(Explicit Encoding): Fix typo (encoding<->decoding).
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 15 May 2006 05:57:05 +0000 |
parents | 7b225d8fe9f0 |
children | 002eb5def536 |
files | lispref/nonascii.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/nonascii.texi Mon May 15 05:56:50 2006 +0000 +++ b/lispref/nonascii.texi Mon May 15 05:57:05 2006 +0000 @@ -1203,7 +1203,7 @@ @code{no-conversion}. Here are the functions to perform explicit encoding or decoding. The -decoding functions produce sequences of bytes; the encoding functions +encoding functions produce sequences of bytes; the decoding functions are meant to operate on sequences of bytes. All of these functions discard text properties.