diff options
author | Richard M. Stallman <rms@gnu.org> | 1999-01-02 20:00:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1999-01-02 20:00:29 +0000 |
commit | 38f02ede3f8e30a5b730f9be15b872a4c1598d58 (patch) | |
tree | fa26d3aa230f7469b6da17db1b913e11be212c8e /src | |
parent | 5bd52f0ea6ac8dcbfad5c6a816c236389a175c31 (diff) | |
download | emacs-38f02ede3f8e30a5b730f9be15b872a4c1598d58.tar.gz |
(Ffind_charset_region): Fix doc typo.
Diffstat (limited to 'src')
-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 cbf8fe02375..b286c655792 100644 --- a/src/charset.c +++ b/src/charset.c @@ -851,7 +851,7 @@ If the region contains any composite character,\n\ Optional arg TABLE if non-nil is a translation table to look up.\n\ \n\ If the region contains invalid multiybte characters,\n\ -`unknown' is included in the returned list. +`unknown' is included in the returned list.\n\ \n\ If the current buffer is unibyte, the returned list contains\n\ `ascii' if any 7-bit characters are found,\n\ |