summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-12-19 16:11:24 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-12-19 16:11:24 +0000
commite1d1b6574641620096c8294246bee2fa1868bf82 (patch)
treef065685ffa4ae35fe9e607eb80db77a56cca9b9a
parent05e0ac998a2bcf17be74e6966e3e9d3822ba2a3a (diff)
downloademacs-e1d1b6574641620096c8294246bee2fa1868bf82.tar.gz
(Fmac_code_convert_string): Doc fix.
-rw-r--r--src/mac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mac.c b/src/mac.c
index e79bd775fda..7a08d828725 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -4852,8 +4852,8 @@ DEFUN ("mac-code-convert-string", Fmac_code_convert_string, Smac_code_convert_st
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.