aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac.c
diff options
context:
space:
mode:
authorMiles Bader2007-01-01 03:21:06 +0000
committerMiles Bader2007-01-01 03:21:06 +0000
commit4c34eeeee5886d14f3e60b77fb563cb549c8896f (patch)
treeaf17010f0864173dd6416585f08d686377791412 /src/mac.c
parent76acf92ebe73e35528c5966a21328305ba7b5aef (diff)
parentdb6292445840e2795f35ebad62a14314fc3c7c21 (diff)
downloademacs-4c34eeeee5886d14f3e60b77fb563cb549c8896f.tar.gz
emacs-4c34eeeee5886d14f3e60b77fb563cb549c8896f.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 563-582) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 177-185) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-158
Diffstat (limited to 'src/mac.c')
-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
4852 doc: /* Convert STRING from SOURCE encoding to TARGET encoding. 4852 doc: /* Convert STRING from SOURCE encoding to TARGET encoding.
4853The conversion is performed using the converter provided by the system. 4853The conversion is performed using the converter provided by the system.
4854Each encoding is specified by either a coding system symbol, a mime 4854Each encoding is specified by either a coding system symbol, a mime
4855charset string, or an integer as a CFStringEncoding value. Nil for 4855charset string, or an integer as a CFStringEncoding value. An encoding
4856encoding means UTF-16 in native byte order, no byte order mark. 4856of nil means UTF-16 in native byte order, no byte order mark.
4857On Mac OS X 10.2 and later, you can do Unicode Normalization by 4857On Mac OS X 10.2 and later, you can do Unicode Normalization by
4858specifying the optional argument NORMALIZATION-FORM with a symbol NFD, 4858specifying the optional argument NORMALIZATION-FORM with a symbol NFD,
4859NFKD, NFC, NFKC, HFS+D, or HFS+C. 4859NFKD, NFC, NFKC, HFS+D, or HFS+C.