diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c index bcc15e0bd5d..e4d95653e66 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -1580,7 +1580,7 @@ DEFUN ("find-charset-string", Ffind_charset_string, Sfind_charset_string, | |||
| 1580 | Optional arg TABLE if non-nil is a translation table to look up. | 1580 | Optional arg TABLE if non-nil is a translation table to look up. |
| 1581 | 1581 | ||
| 1582 | If STR is unibyte, the returned list may contain | 1582 | If STR is unibyte, the returned list may contain |
| 1583 | only `ascii' amd `eight-bit'. */) | 1583 | only `ascii' and `eight-bit'. */) |
| 1584 | (Lisp_Object str, Lisp_Object table) | 1584 | (Lisp_Object str, Lisp_Object table) |
| 1585 | { | 1585 | { |
| 1586 | CHECK_STRING (str); | 1586 | CHECK_STRING (str); |