aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2000-10-11 14:10:56 +0000
committerEli Zaretskii2000-10-11 14:10:56 +0000
commit365dd3255e5ef51826673f736932e1fb6879766c (patch)
tree94b1e66dc40df7efd6e868bbd6e2f7ef25261daa /src
parent0c846ea24cff7adbb138ded982c294a4ffc14b44 (diff)
downloademacs-365dd3255e5ef51826673f736932e1fb6879766c.tar.gz
emacs-365dd3255e5ef51826673f736932e1fb6879766c.zip
(Ffind_charset_string): Doc fix.
(Ffind_charset_region): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
-rw-r--r--src/charset.c4
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 @@
12000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * charset.c (Ffind_charset_string): Doc fix.
4 (Ffind_charset_region): Doc fix.
5
12000-10-11 Kenichi Handa <handa@mule.m17n.org> 62000-10-11 Kenichi Handa <handa@mule.m17n.org>
2 7
3 * process.c (read_process_output): Fix previous change. Adjust 8 * process.c (read_process_output): Fix previous change. Adjust
@@ -34,7 +39,7 @@
342000-10-09 Eli Zaretskii <eliz@is.elta.co.il> 392000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
35 40
36 * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object 41 * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object
37 variables. If ALISt includes foreground-color or 42 variables. If ALIST includes foreground-color or
38 background-color, change also the colors of the default face for 43 background-color, change also the colors of the default face for
39 this frame. 44 this frame.
40 45
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,
850BEG and END are buffer positions.\n\ 850BEG and END are buffer positions.\n\
851Optional arg TABLE if non-nil is a translation table to look up.\n\ 851Optional arg TABLE if non-nil is a translation table to look up.\n\
852\n\ 852\n\
853If the region contains invalid multiybte characters,\n\ 853If the region contains invalid multibyte characters,\n\
854`unknown' is included in the returned list.\n\ 854`unknown' is included in the returned list.\n\
855\n\ 855\n\
856If the current buffer is unibyte, the returned list may contain\n\ 856If 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,
906 "Return a list of charsets in STR.\n\ 906 "Return a list of charsets in STR.\n\
907Optional arg TABLE if non-nil is a translation table to look up.\n\ 907Optional arg TABLE if non-nil is a translation table to look up.\n\
908\n\ 908\n\
909If the string contains invalid multiybte characters,\n\ 909If the string contains invalid multibyte characters,\n\
910`unknown' is included in the returned list.\n\ 910`unknown' is included in the returned list.\n\
911\n\ 911\n\
912If STR is unibyte, the returned list may contain\n\ 912If STR is unibyte, the returned list may contain\n\