From: Andreas Schwab Date: Fri, 4 Dec 1998 09:50:31 +0000 (+0000) Subject: (Fstring_as_unibyte): Doc fix. X-Git-Tag: emacs-20.4~1132 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3161ec38280820d17920718a2c70ffccf3187e8;p=emacs.git (Fstring_as_unibyte): Doc fix. --- diff --git a/src/fns.c b/src/fns.c index 15ce7379dc7..6e7723ccaa0 100644 --- a/src/fns.c +++ b/src/fns.c @@ -1003,7 +1003,6 @@ DEFUN ("string-as-unibyte", Fstring_as_unibyte, Sstring_as_unibyte, 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;