From 365dd3255e5ef51826673f736932e1fb6879766c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 11 Oct 2000 14:10:56 +0000 Subject: [PATCH] (Ffind_charset_string): Doc fix. (Ffind_charset_region): Doc fix. --- src/ChangeLog | 7 ++++++- src/charset.c | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 79c00ad222c..21c9f587791 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-10-11 Eli Zaretskii + + * charset.c (Ffind_charset_string): Doc fix. + (Ffind_charset_region): Doc fix. + 2000-10-11 Kenichi Handa * process.c (read_process_output): Fix previous change. Adjust @@ -34,7 +39,7 @@ 2000-10-09 Eli Zaretskii * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object - variables. If ALISt includes foreground-color or + variables. If ALIST includes foreground-color or background-color, change also the colors of the default face for this frame. 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\ -- 2.39.5