aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab1998-12-04 09:50:31 +0000
committerAndreas Schwab1998-12-04 09:50:31 +0000
commitc3161ec38280820d17920718a2c70ffccf3187e8 (patch)
tree66e9677d8d22ffa10d132467f268b037ce54e8d4 /src
parent2861f6200a71673201fe1880cc501521bed693bd (diff)
downloademacs-c3161ec38280820d17920718a2c70ffccf3187e8.tar.gz
emacs-c3161ec38280820d17920718a2c70ffccf3187e8.zip
(Fstring_as_unibyte): Doc fix.
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;