diff options
| author | Kenichi Handa | 2006-03-02 07:00:35 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-03-02 07:00:35 +0000 |
| commit | 2cf69ec1b27388fca4c91cb3f60c6429270d7aef (patch) | |
| tree | f1eb3c62423ca1b5be59b4f76bb7ab458bf5c699 | |
| parent | 87c3ea85ab0e873a7f63b9d877c7f6ebb408dd16 (diff) | |
| download | emacs-2cf69ec1b27388fca4c91cb3f60c6429270d7aef.tar.gz emacs-2cf69ec1b27388fca4c91cb3f60c6429270d7aef.zip | |
(Fstring_bytes): Fix docstring.
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -215,7 +215,7 @@ which is at least the number of distinct elements. */) | |||
| 215 | 215 | ||
| 216 | DEFUN ("string-bytes", Fstring_bytes, Sstring_bytes, 1, 1, 0, | 216 | DEFUN ("string-bytes", Fstring_bytes, Sstring_bytes, 1, 1, 0, |
| 217 | doc: /* Return the number of bytes in STRING. | 217 | doc: /* Return the number of bytes in STRING. |
| 218 | If STRING is a multibyte string, this is greater than the length of STRING. */) | 218 | If STRING is multibyte, this may be greater than the length of STRING. */) |
| 219 | (string) | 219 | (string) |
| 220 | Lisp_Object string; | 220 | Lisp_Object string; |
| 221 | { | 221 | { |