diff options
| -rw-r--r-- | lispref/nonascii.texi | 2 |
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 |
| 1206 | decoding functions produce sequences of bytes; the encoding functions | 1206 | encoding functions produce sequences of bytes; the decoding functions |
| 1207 | are meant to operate on sequences of bytes. All of these functions | 1207 | are meant to operate on sequences of bytes. All of these functions |
| 1208 | discard text properties. | 1208 | discard text properties. |
| 1209 | 1209 | ||