aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-05-15 05:57:05 +0000
committerKenichi Handa2006-05-15 05:57:05 +0000
commit7f2e71dd394a9ea37ba797411ade41df44ec4ad4 (patch)
treef71685ee873083add683012f56a9093c6bb5eb0d
parentbc20db550141c92474900db60006b7b551d73478 (diff)
downloademacs-7f2e71dd394a9ea37ba797411ade41df44ec4ad4.tar.gz
emacs-7f2e71dd394a9ea37ba797411ade41df44ec4ad4.zip
(Explicit Encoding): Fix typo (encoding<->decoding).
-rw-r--r--lispref/nonascii.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi
index ecffd4ae488..0f4a70404af 100644
--- a/lispref/nonascii.texi
+++ b/lispref/nonascii.texi
@@ -1203,7 +1203,7 @@ encoding by binding @code{coding-system-for-write} to
1203@code{no-conversion}. 1203@code{no-conversion}.
1204 1204
1205 Here are the functions to perform explicit encoding or decoding. The 1205 Here are the functions to perform explicit encoding or decoding. The
1206decoding functions produce sequences of bytes; the encoding functions 1206encoding functions produce sequences of bytes; the decoding functions
1207are meant to operate on sequences of bytes. All of these functions 1207are meant to operate on sequences of bytes. All of these functions
1208discard text properties. 1208discard text properties.
1209 1209