From: Richard M. Stallman Date: Sat, 2 Jan 1999 20:00:29 +0000 (+0000) Subject: (Ffind_charset_region): Fix doc typo. X-Git-Tag: emacs-20.4~971 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38f02ede3f8e30a5b730f9be15b872a4c1598d58;p=emacs.git (Ffind_charset_region): Fix doc typo. --- 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\