; * src/charset.c (Ffind_charset_string): Fix a typo (bug#80707).

This commit is contained in:
Manuel Giraud
2026-03-31 10:47:51 +02:00
committed by Eli Zaretskii
parent b93591551e
commit 220ec44341

View File

@@ -1580,7 +1580,7 @@ DEFUN ("find-charset-string", Ffind_charset_string, Sfind_charset_string,
Optional arg TABLE if non-nil is a translation table to look up.
If STR is unibyte, the returned list may contain
only `ascii' amd `eight-bit'. */)
only `ascii' and `eight-bit'. */)
(Lisp_Object str, Lisp_Object table)
{
CHECK_STRING (str);