diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -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\ |
| 1005 | If STRING is unibyte, the result is STRING itself.\n\ | 1005 | If STRING is unibyte, the result is STRING itself.\n\ |
| 1006 | If STRING is multibyte, the result is STRING itself.\n\ | ||
| 1007 | Otherwise it is a newly created string, with no text properties.") | 1006 | Otherwise it is a newly created string, with no text properties.") |
| 1008 | (string) | 1007 | (string) |
| 1009 | Lisp_Object string; | 1008 | Lisp_Object string; |