summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2003-11-12 17:05:37 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2003-11-12 17:05:37 +0000
commit51931fe9f26a331393c00df1c90eda9fdd144753 (patch)
treed05dd440db1b53cdc226dfe66b5f15160bbdf72e
parent6d9266f469c5ccef94a23cd0ac49c74f35d4aa12 (diff)
downloademacs-51931fe9f26a331393c00df1c90eda9fdd144753.tar.gz
(Fstring_to_multibyte): Doc fix.
-rw-r--r--src/fns.c2
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;