From: morioka Date: Wed, 11 Mar 1998 15:41:39 +0000 (+0000) Subject: (base64-external-decoder-option-to-specify-file): Modify DOC-string. X-Git-Tag: mel-7_2~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5e018a52a98f1e44df010dc9e4c165ccc0d48077;p=elisp%2Fflim.git (base64-external-decoder-option-to-specify-file): Modify DOC-string. --- diff --git a/mel-dl.el b/mel-dl.el index d562754..0e79cca 100644 --- a/mel-dl.el +++ b/mel-dl.el @@ -96,7 +96,7 @@ START and END are buffer positions." "*list of base64 decoder program name and its arguments.") (defvar base64-external-decoder-option-to-specify-file '("-o") - "*list of option of base64 decoder program to specify file.") + "*list of options of base64 decoder program to specify file.") (defun base64-insert-encoded-file (filename) "Encode contents of file FILENAME to base64, and insert the result.