diff options
| author | Dave Love | 2000-10-06 22:47:22 +0000 |
|---|---|---|
| committer | Dave Love | 2000-10-06 22:47:22 +0000 |
| commit | 0c59a1b7f5e2869956f9d2d2fe490fc638bd4dfb (patch) | |
| tree | c8ac4e4f294783d88da261f3e57540a028e3425f | |
| parent | a90e80bfa2e5506826b500dcb6c75a950e934b62 (diff) | |
| download | emacs-0c59a1b7f5e2869956f9d2d2fe490fc638bd4dfb.tar.gz emacs-0c59a1b7f5e2869956f9d2d2fe490fc638bd4dfb.zip | |
(Ffind_charset_string): Doc fix.
| -rw-r--r-- | src/charset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c index 329f7fd0221..220d6749c67 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -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 region contains invalid multiybte characters,\n\ | 909 | If the string contains invalid multiybte 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\ |