From 5118781d90f1a1f590c79d5ed4b6b954142038a4 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 6 Oct 1998 16:49:11 +0000 Subject: [PATCH] (mime-encoding-list): Modify DOC to add description about optional argument SERVICE. --- mel.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mel.el b/mel.el index 2b59fda..e0a1339 100644 --- a/mel.el +++ b/mel.el @@ -37,7 +37,9 @@ (defvar mel-encoding-module-alist nil) (defun mime-encoding-list (&optional service) - "Return list of Content-Transfer-Encoding." + "Return list of Content-Transfer-Encoding. +If SERVICE is specified, it returns available list of +Content-Transfer-Encoding for it." (if service (let (dest) (mapatoms (lambda (sym) -- 1.7.10.4