aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-10-06 22:47:22 +0000
committerDave Love2000-10-06 22:47:22 +0000
commit0c59a1b7f5e2869956f9d2d2fe490fc638bd4dfb (patch)
treec8ac4e4f294783d88da261f3e57540a028e3425f
parenta90e80bfa2e5506826b500dcb6c75a950e934b62 (diff)
downloademacs-0c59a1b7f5e2869956f9d2d2fe490fc638bd4dfb.tar.gz
emacs-0c59a1b7f5e2869956f9d2d2fe490fc638bd4dfb.zip
(Ffind_charset_string): Doc fix.
-rw-r--r--src/charset.c2
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\
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 region contains invalid multiybte characters,\n\ 909If 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\
912If STR is unibyte, the returned list may contain\n\ 912If STR is unibyte, the returned list may contain\n\