diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2003-11-12 17:05:37 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2003-11-12 17:05:37 +0000 |
commit | 51931fe9f26a331393c00df1c90eda9fdd144753 (patch) | |
tree | d05dd440db1b53cdc226dfe66b5f15160bbdf72e | |
parent | 6d9266f469c5ccef94a23cd0ac49c74f35d4aa12 (diff) | |
download | emacs-51931fe9f26a331393c00df1c90eda9fdd144753.tar.gz |
(Fstring_to_multibyte): Doc fix.
-rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |