From: yamaoka Date: Mon, 20 Dec 1999 01:55:29 +0000 (+0000) Subject: (base64-encode-string): Fix doc string. X-Git-Tag: chao-1_14_0~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=11401b84ff76af7e3608f1387fa3d0dbf680f800;p=elisp%2Fflim.git (base64-encode-string): Fix doc string. --- diff --git a/mel-b-el.el b/mel-b-el.el index 00e46fd..f4a195b 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 ""))