From: yamaoka Date: Mon, 20 Dec 1999 01:55:36 +0000 (+0000) Subject: (base64-encode-string): Fix doc string. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=de95c39212df1fccccea4bf745576d663d85bea9;p=elisp%2Fflim.git (base64-encode-string): Fix doc string. --- diff --git a/mel-b-el.el b/mel-b-el.el index eb153b9..6bfa413 100644 --- a/mel-b-el.el +++ b/mel-b-el.el @@ -124,7 +124,9 @@ external decoder is called." buf)) (defun-maybe base64-encode-string (string &optional no-line-break) - "Encode STRING to base64, and return the result." + "Encode STRING to base64, and return the result. +Optional second argument NO-LINE-BREAK means do not break long lines +into shorter lines." (let* ((len (length string)) (b 0)(e 57) (dest ""))