mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * src/charset.c (Ffind_charset_string): Fix a typo (bug#80707).
This commit is contained in:
parent
b93591551e
commit
220ec44341
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue