Mercurial > emacs
changeset 32380:0c202a2ba9ad
(Ffind_charset_string): Doc fix.
(Ffind_charset_region): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 11 Oct 2000 14:10:28 +0000 |
parents | b093e382628d |
children | 30a9f8177c22 |
files | src/charset.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/charset.c Wed Oct 11 10:56:30 2000 +0000 +++ b/src/charset.c Wed Oct 11 14:10:28 2000 +0000 @@ -850,7 +850,7 @@ 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 @@ "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\