changeset 31842:15bff87a73d8

(Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
author Dave Love <fx@gnu.org>
date Fri, 22 Sep 2000 13:14:29 +0000
parents e16df605652f
children 1c4c8b3d3ddf
files src/fns.c
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Fri Sep 22 11:58:30 2000 +0000
+++ b/src/fns.c	Fri Sep 22 13:14:29 2000 +0000
@@ -1083,8 +1083,9 @@
   "Return a unibyte string with the same individual bytes as STRING.\n\
 If STRING is unibyte, the result is STRING itself.\n\
 Otherwise it is a newly created string, with no text properties.\n\
-If STRING is multibyte and contains a character of charset `binary',\n\
-it is converted to the corresponding single byte.")
+If STRING is multibyte and contains a character of charset\n\
+`eight-bit-control' or `eight-bit-graphic', it is converted to the\n\
+corresponding single byte.")
   (string)
      Lisp_Object string;
 {
@@ -1109,8 +1110,8 @@
 If STRING is multibyte, the result is STRING itself.\n\
 Otherwise it is a newly created string, with no text properties.\n\
 If STRING is unibyte and contains an individual 8-bit byte (i.e. not\n\
-part of multibyte form), it is converted to the corresponding\n\
-multibyte character of charset `binary'.")
+part of a multibyte form), it is converted to the corresponding\n\
+multibyte character of charset `eight-bit-control' or `eight-bit-graphic'.")
   (string)
      Lisp_Object string;
 {