changeset 74755:e97a993d4ab6

(Fmac_code_convert_string): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 19 Dec 2006 16:11:24 +0000
parents 3db81fa14de8
children c751765838ca
files src/mac.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mac.c	Tue Dec 19 16:09:02 2006 +0000
+++ b/src/mac.c	Tue Dec 19 16:11:24 2006 +0000
@@ -4852,8 +4852,8 @@
        doc: /* Convert STRING from SOURCE encoding to TARGET encoding.
 The conversion is performed using the converter provided by the system.
 Each encoding is specified by either a coding system symbol, a mime
-charset string, or an integer as a CFStringEncoding value.  Nil for
-encoding means UTF-16 in native byte order, no byte order mark.
+charset string, or an integer as a CFStringEncoding value.  An encoding
+of nil means UTF-16 in native byte order, no byte order mark.
 On Mac OS X 10.2 and later, you can do Unicode Normalization by
 specifying the optional argument NORMALIZATION-FORM with a symbol NFD,
 NFKD, NFC, NFKC, HFS+D, or HFS+C.