X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=FLIM-API.en;h=533ce5d80e73066b00e0552286f40541a99bd5f1;hb=19065081c8222a78c5352b5cf3f913ad08a29e72;hp=539a5590c8083ca8e00251ec51e2f6ac87646a8b;hpb=268058dca304c26bde4b896c48fecc5ec910d078;p=elisp%2Fflim.git diff --git a/FLIM-API.en b/FLIM-API.en index 539a559..533ce5d 100644 --- a/FLIM-API.en +++ b/FLIM-API.en @@ -200,12 +200,11 @@ ULEVEL specifies implementation level: (Usage: SEMI 1.14 MIME-View) -[Function] mime-entity-encoding (entity &optional default-encoding) +[Function] mime-entity-encoding (entity) Return content-transfer-encoding of ENTITY. - If the ENTITY does not have Content-Transfer-Encoding field, this - function returns DEFAULT-ENCODING. If it is nil, "7bit" is used as - default value. + If the ENTITY does not have valid Content-Transfer-Encoding field, + return nil. [Suggest] (Usage: SEMI 1.14 MIME-View) @@ -905,16 +904,16 @@ and return parsed it. [Function] mime-parse-Content-Transfer-Encoding (string) Parse STRING as field-body of Content-Transfer-Encoding field. + If STRING is not a valid Content-Transfer-Encoding field, + return nil. [Suggest] -[Function] mime-read-Content-Transfer-Encoding (&optional default-encoding) +[Function] mime-read-Content-Transfer-Encoding () Read field-body of Content-Transfer-Encoding field from current-buffer, and return it. - If is is not found, return DEFAULT-ENCODING. - [Suggest]