]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffind_charset_string): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Wed, 11 Oct 2000 14:10:56 +0000 (14:10 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 11 Oct 2000 14:10:56 +0000 (14:10 +0000)
(Ffind_charset_region): Doc fix.

src/ChangeLog
src/charset.c

index 79c00ad222cb7deb380d6cb633f87cd1717d3fd5..21c9f587791f19e38ac4a69cd1c1fdbc8a2418a0 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * charset.c (Ffind_charset_string): Doc fix.
+       (Ffind_charset_region): Doc fix.
+
 2000-10-11  Kenichi Handa  <handa@mule.m17n.org>
 
        * process.c (read_process_output): Fix previous change.  Adjust
@@ -34,7 +39,7 @@
 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * 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.
 
index 220d6749c67ae8d5789142e147ac91159c342509..cac540112a52feee743ed36ea654f337f856b759 100644 (file)
@@ -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\