From: Luc Teirlinck Date: Wed, 12 Nov 2003 17:05:37 +0000 (+0000) Subject: (Fstring_to_multibyte): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~8377 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51931fe9f26a331393c00df1c90eda9fdd144753;p=emacs.git (Fstring_to_multibyte): Doc fix. --- diff --git a/src/fns.c b/src/fns.c index 1a0e841bd6b..b3929aa4f7f 100644 --- a/src/fns.c +++ b/src/fns.c @@ -1186,7 +1186,7 @@ If STRING is multibyte, the result is STRING itself. Otherwise it is a newly created string, with no text properties. Characters 0200 through 0237 are converted to eight-bit-control characters of the same character code. Characters 0240 through 0377 -are converted to eight-bit-control characters of the same character +are converted to eight-bit-graphic characters of the same character codes. */) (string) Lisp_Object string;