# HG changeset patch # User Richard M. Stallman # Date 915307229 0 # Node ID 5975ffe0b25076c19e4cd9b5c28fe1b2547c77d8 # Parent abc9bc6aef59603ec37e67d98d5ede892cf620bf (Ffind_charset_region): Fix doc typo. diff -r abc9bc6aef59 -r 5975ffe0b250 src/charset.c --- a/src/charset.c Sat Jan 02 00:16:05 1999 +0000 +++ b/src/charset.c Sat Jan 02 20:00:29 1999 +0000 @@ -851,7 +851,7 @@ 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\