From 7f2e71dd394a9ea37ba797411ade41df44ec4ad4 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 15 May 2006 05:57:05 +0000 Subject: [PATCH] (Explicit Encoding): Fix typo (encoding<->decoding). --- lispref/nonascii.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @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. -- 2.39.5