aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck2003-11-12 17:05:37 +0000
committerLuc Teirlinck2003-11-12 17:05:37 +0000
commit51931fe9f26a331393c00df1c90eda9fdd144753 (patch)
treed05dd440db1b53cdc226dfe66b5f15160bbdf72e /src
parent6d9266f469c5ccef94a23cd0ac49c74f35d4aa12 (diff)
downloademacs-51931fe9f26a331393c00df1c90eda9fdd144753.tar.gz
emacs-51931fe9f26a331393c00df1c90eda9fdd144753.zip
(Fstring_to_multibyte): Doc fix.
Diffstat (limited to 'src')
-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.
1186Otherwise it is a newly created string, with no text properties. 1186Otherwise it is a newly created string, with no text properties.
1187Characters 0200 through 0237 are converted to eight-bit-control 1187Characters 0200 through 0237 are converted to eight-bit-control
1188characters of the same character code. Characters 0240 through 0377 1188characters of the same character code. Characters 0240 through 0377
1189are converted to eight-bit-control characters of the same character 1189are converted to eight-bit-graphic characters of the same character
1190codes. */) 1190codes. */)
1191 (string) 1191 (string)
1192 Lisp_Object string; 1192 Lisp_Object string;