# HG changeset patch # User Kenichi Handa # Date 1147672625 0 # Node ID 3854e2f081474bcafed584ffc945b6d4fff5d316 # Parent 7b225d8fe9f0318a40f3ca8cb1299258af02a20e (Explicit Encoding): Fix typo (encoding<->decoding). diff -r 7b225d8fe9f0 -r 3854e2f08147 lispref/nonascii.texi --- 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.