From c3161ec38280820d17920718a2c70ffccf3187e8 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 4 Dec 1998 09:50:31 +0000 Subject: [PATCH] (Fstring_as_unibyte): Doc fix. --- src/fns.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.11.4.GIT