projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7a336f
)
(base64-encode-string): Fix doc string.
author
yamaoka
<yamaoka>
Mon, 20 Dec 1999 01:55:44 +0000
(
01:55
+0000)
committer
yamaoka
<yamaoka>
Mon, 20 Dec 1999 01:55:44 +0000
(
01:55
+0000)
mel-b-el.el
patch
|
blob
|
history
diff --git
a/mel-b-el.el
b/mel-b-el.el
index
00e46fd
..
f4a195b
100644
(file)
--- 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 ""))