projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50a1927
)
* lisp/mail/binhex.el: Improve commentary.
author
Stefan Kangas
<stefan@marxist.se>
Tue, 2 Aug 2022 09:39:56 +0000
(11:39 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Tue, 2 Aug 2022 10:15:35 +0000
(12:15 +0200)
lisp/mail/binhex.el
patch
|
blob
|
history
diff --git
a/lisp/mail/binhex.el
b/lisp/mail/binhex.el
index ad6ce19a95828fc598670a8d46b872d7518a946c..93dd8697bd7427e79af9300a6133359c58f02146 100644
(file)
--- a/
lisp/mail/binhex.el
+++ b/
lisp/mail/binhex.el
@@
-23,9
+23,13
@@
;;; Commentary:
;; BinHex is a binary-to-text encoding scheme similar to uuencode.
+;; It was used on the classic Mac OS, last released in 2001.
+;;
;; The command `binhex-decode-region' decodes BinHex-encoded text, via
;; the external program "hexbin" if that is available, or an Emacs
;; Lisp implementation if not.
+;;
+;; See also: https://en.wikipedia.org/wiki/BinHex
;;; Code: