comparison src/fns.c @ 53042:ad6fbb925d66

(Fstring_to_multibyte): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 12 Nov 2003 17:05:37 +0000
parents ada153c6900b
children 86e42266b65e
comparison
equal deleted inserted replaced
53041:ba907a26fe7c 53042:ad6fbb925d66
1184 doc: /* Return a multibyte string with the same individual chars as STRING. 1184 doc: /* Return a multibyte string with the same individual chars as STRING.
1185 If STRING is multibyte, the result is STRING itself. 1185 If STRING is multibyte, the result is STRING itself.
1186 Otherwise it is a newly created string, with no text properties. 1186 Otherwise it is a newly created string, with no text properties.
1187 Characters 0200 through 0237 are converted to eight-bit-control 1187 Characters 0200 through 0237 are converted to eight-bit-control
1188 characters of the same character code. Characters 0240 through 0377 1188 characters of the same character code. Characters 0240 through 0377
1189 are converted to eight-bit-control characters of the same character 1189 are converted to eight-bit-graphic characters of the same character
1190 codes. */) 1190 codes. */)
1191 (string) 1191 (string)
1192 Lisp_Object string; 1192 Lisp_Object string;
1193 { 1193 {
1194 CHECK_STRING (string); 1194 CHECK_STRING (string);