From 220ec44341fdbdde17e02a64b84239b391f36fb5 Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Tue, 31 Mar 2026 10:47:51 +0200 Subject: [PATCH] ; * src/charset.c (Ffind_charset_string): Fix a typo (bug#80707). --- src/charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, 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);