]> git.eshelyaron.com Git - emacs.git/commitdiff
(Explicit Encoding): Fix typo (encoding<->decoding).
authorKenichi Handa <handa@m17n.org>
Mon, 15 May 2006 05:57:05 +0000 (05:57 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 15 May 2006 05:57:05 +0000 (05:57 +0000)
lispref/nonascii.texi

index ecffd4ae48851dddda3f255fd664f5d2b0d41d29..0f4a70404af2be86dd6a9174c070b211cab34afe 100644 (file)
@@ -1203,7 +1203,7 @@ encoding by binding @code{coding-system-for-write} to
 @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.