diff options
| author | Eli Zaretskii | 2000-10-11 14:10:56 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-11 14:10:56 +0000 |
| commit | 365dd3255e5ef51826673f736932e1fb6879766c (patch) | |
| tree | 94b1e66dc40df7efd6e868bbd6e2f7ef25261daa /src | |
| parent | 0c846ea24cff7adbb138ded982c294a4ffc14b44 (diff) | |
| download | emacs-365dd3255e5ef51826673f736932e1fb6879766c.tar.gz emacs-365dd3255e5ef51826673f736932e1fb6879766c.zip | |
(Ffind_charset_string): Doc fix.
(Ffind_charset_region): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-10-11 Kenichi Handa <handa@mule.m17n.org> | 6 | 2000-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 @@ | |||
| 34 | 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il> | 39 | 2000-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, | |||
| 850 | BEG and END are buffer positions.\n\ | 850 | BEG and END are buffer positions.\n\ |
| 851 | Optional arg TABLE if non-nil is a translation table to look up.\n\ | 851 | Optional arg TABLE if non-nil is a translation table to look up.\n\ |
| 852 | \n\ | 852 | \n\ |
| 853 | If the region contains invalid multiybte characters,\n\ | 853 | If 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\ |
| 856 | If the current buffer is unibyte, the returned list may contain\n\ | 856 | 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, | |||
| 906 | "Return a list of charsets in STR.\n\ | 906 | "Return a list of charsets in STR.\n\ |
| 907 | Optional arg TABLE if non-nil is a translation table to look up.\n\ | 907 | Optional arg TABLE if non-nil is a translation table to look up.\n\ |
| 908 | \n\ | 908 | \n\ |
| 909 | If the string contains invalid multiybte characters,\n\ | 909 | If 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\ |
| 912 | If STR is unibyte, the returned list may contain\n\ | 912 | If STR is unibyte, the returned list may contain\n\ |