# HG changeset patch # User Dave Love # Date 969628469 0 # Node ID 15bff87a73d8714f3cb59c011b7328fb1cc9790e # Parent e16df605652f01ae400e3bbdf5322e28efb24719 (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix. diff -r e16df605652f -r 15bff87a73d8 src/fns.c --- 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; {