]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fstring_to_multibyte): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 12 Nov 2003 17:05:37 +0000 (17:05 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 12 Nov 2003 17:05:37 +0000 (17:05 +0000)
src/fns.c

index 1a0e841bd6b9c60e2d63e68a0f1594191539e8a0..b3929aa4f7f63a8f16d3fd5db2307aa109e2040a 100644 (file)
--- 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;