comparison lispref/nonascii.texi @ 70663:3854e2f08147

(Explicit Encoding): Fix typo (encoding<->decoding).
author Kenichi Handa <handa@m17n.org>
date Mon, 15 May 2006 05:57:05 +0000
parents d4b2c31464f8
children e4fb6bb5e7e5 a5812696f7bf
comparison
equal deleted inserted replaced
70662:7b225d8fe9f0 70663:3854e2f08147
1201 it with @code{write-region} (@pxref{Writing to Files}), and suppress 1201 it with @code{write-region} (@pxref{Writing to Files}), and suppress
1202 encoding by binding @code{coding-system-for-write} to 1202 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
1210 @deffn Command encode-coding-region start end coding-system 1210 @deffn Command encode-coding-region start end coding-system
1211 This command encodes the text from @var{start} to @var{end} according 1211 This command encodes the text from @var{start} to @var{end} according