diff options
| author | Andreas Schwab | 1998-12-04 09:50:31 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-12-04 09:50:31 +0000 |
| commit | c3161ec38280820d17920718a2c70ffccf3187e8 (patch) | |
| tree | 66e9677d8d22ffa10d132467f268b037ce54e8d4 /src | |
| parent | 2861f6200a71673201fe1880cc501521bed693bd (diff) | |
| download | emacs-c3161ec38280820d17920718a2c70ffccf3187e8.tar.gz emacs-c3161ec38280820d17920718a2c70ffccf3187e8.zip | |
(Fstring_as_unibyte): Doc fix.
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; |