Mercurial > emacs
changeset 23817:efa2dd070256
(Fstring_as_unibyte): Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 04 Dec 1998 09:50:31 +0000 |
parents | b9e50ca20168 |
children | 19e467700712 |
files | src/fns.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;