diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-10-11 14:10:56 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-10-11 14:10:56 +0000 |
commit | 365dd3255e5ef51826673f736932e1fb6879766c (patch) | |
tree | 94b1e66dc40df7efd6e868bbd6e2f7ef25261daa /src/charset.c | |
parent | 0c846ea24cff7adbb138ded982c294a4ffc14b44 (diff) | |
download | emacs-365dd3255e5ef51826673f736932e1fb6879766c.tar.gz |
(Ffind_charset_string): Doc fix.
(Ffind_charset_region): Doc fix.
Diffstat (limited to 'src/charset.c')
-rw-r--r-- | src/charset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charset.c b/src/charset.c index 220d6749c67..cac540112a5 100644 --- a/src/charset.c +++ b/src/charset.c @@ -850,7 +850,7 @@ DEFUN ("find-charset-region", Ffind_charset_region, Sfind_charset_region, BEG and END are buffer positions.\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 region contains invalid multibyte characters,\n\ `unknown' is included in the returned list.\n\ \n\ If the current buffer is unibyte, the returned list may contain\n\ @@ -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 string contains invalid multiybte characters,\n\ +If the string contains invalid multibyte characters,\n\ `unknown' is included in the returned list.\n\ \n\ If STR is unibyte, the returned list may contain\n\ |