diff options
| author | Juanma Barranquero | 2006-12-19 16:11:24 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-19 16:11:24 +0000 |
| commit | e1d1b6574641620096c8294246bee2fa1868bf82 (patch) | |
| tree | f065685ffa4ae35fe9e607eb80db77a56cca9b9a | |
| parent | 05e0ac998a2bcf17be74e6966e3e9d3822ba2a3a (diff) | |
| download | emacs-e1d1b6574641620096c8294246bee2fa1868bf82.tar.gz emacs-e1d1b6574641620096c8294246bee2fa1868bf82.zip | |
(Fmac_code_convert_string): Doc fix.
| -rw-r--r-- | src/mac.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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. |
| 4853 | The conversion is performed using the converter provided by the system. | 4853 | The conversion is performed using the converter provided by the system. |
| 4854 | Each encoding is specified by either a coding system symbol, a mime | 4854 | Each encoding is specified by either a coding system symbol, a mime |
| 4855 | charset string, or an integer as a CFStringEncoding value. Nil for | 4855 | charset string, or an integer as a CFStringEncoding value. An encoding |
| 4856 | encoding means UTF-16 in native byte order, no byte order mark. | 4856 | of nil means UTF-16 in native byte order, no byte order mark. |
| 4857 | On Mac OS X 10.2 and later, you can do Unicode Normalization by | 4857 | On Mac OS X 10.2 and later, you can do Unicode Normalization by |
| 4858 | specifying the optional argument NORMALIZATION-FORM with a symbol NFD, | 4858 | specifying the optional argument NORMALIZATION-FORM with a symbol NFD, |
| 4859 | NFKD, NFC, NFKC, HFS+D, or HFS+C. | 4859 | NFKD, NFC, NFKC, HFS+D, or HFS+C. |