Mercurial > emacs
changeset 53042:ad6fbb925d66
(Fstring_to_multibyte): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 12 Nov 2003 17:05:37 +0000 |
parents | ba907a26fe7c |
children | 49e18ed59adb |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Wed Nov 12 17:03:19 2003 +0000 +++ b/src/fns.c Wed Nov 12 17:05:37 2003 +0000 @@ -1186,7 +1186,7 @@ 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;