aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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