From 0c59a1b7f5e2869956f9d2d2fe490fc638bd4dfb Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 6 Oct 2000 22:47:22 +0000 Subject: [PATCH] (Ffind_charset_string): Doc fix. --- src/charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/charset.c b/src/charset.c index 329f7fd0221..220d6749c67 100644 --- a/src/charset.c +++ b/src/charset.c @@ -906,7 +906,7 @@ DEFUN ("find-charset-string", Ffind_charset_string, Sfind_charset_string, "Return a list of charsets in STR.\n\ Optional arg TABLE if non-nil is a translation table to look up.\n\ \n\ -If the region contains invalid multiybte characters,\n\ +If the string contains invalid multiybte characters,\n\ `unknown' is included in the returned list.\n\ \n\ If STR is unibyte, the returned list may contain\n\ -- 2.39.2