# HG changeset patch # User Andreas Schwab # Date 912765031 0 # Node ID efa2dd07025637c5337150a5e6ac737115ede4d6 # Parent b9e50ca20168d86291c4333d6aa1a845c3ba8d35 (Fstring_as_unibyte): Doc fix. diff -r b9e50ca20168 -r efa2dd070256 src/fns.c --- a/src/fns.c Fri Dec 04 09:30:55 1998 +0000 +++ b/src/fns.c Fri Dec 04 09:50:31 1998 +0000 @@ -1003,7 +1003,6 @@ 1, 1, 0, "Return a unibyte string with the same individual bytes as STRING.\n\ If STRING is unibyte, the result is STRING itself.\n\ -If STRING is multibyte, the result is STRING itself.\n\ Otherwise it is a newly created string, with no text properties.") (string) Lisp_Object string;