aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c1
1 files changed, 0 insertions, 1 deletions
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,
1003 1, 1, 0, 1003 1, 1, 0,
1004 "Return a unibyte string with the same individual bytes as STRING.\n\ 1004 "Return a unibyte string with the same individual bytes as STRING.\n\
1005If STRING is unibyte, the result is STRING itself.\n\ 1005If STRING is unibyte, the result is STRING itself.\n\
1006If STRING is multibyte, the result is STRING itself.\n\
1007Otherwise it is a newly created string, with no text properties.") 1006Otherwise it is a newly created string, with no text properties.")
1008 (string) 1007 (string)
1009 Lisp_Object string; 1008 Lisp_Object string;