From e053f166523ea530e8ef201a20c408eee18efd11 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 27 Apr 2000 06:03:07 +0000 Subject: [PATCH] (Fmake_coding_system): Add document about `disable-composition' property. --- src/text-coding.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/text-coding.c b/src/text-coding.c index c9b258a..3e1cb81 100644 --- a/src/text-coding.c +++ b/src/text-coding.c @@ -789,6 +789,10 @@ character set. Recognized properties are: converted to nil when stored internally, and `coding-system-property' will return nil.) +'disable-composition + If non-nil, composition/decomposition for combining characters + are disabled. + 'post-read-conversion Function called after a file has been read in, to perform the decoding. Called with two arguments, BEG and END, denoting -- 1.7.10.4