]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mail/binhex.el: Improve commentary.
authorStefan Kangas <stefan@marxist.se>
Tue, 2 Aug 2022 09:39:56 +0000 (11:39 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 2 Aug 2022 10:15:35 +0000 (12:15 +0200)
lisp/mail/binhex.el

index ad6ce19a95828fc598670a8d46b872d7518a946c..93dd8697bd7427e79af9300a6133359c58f02146 100644 (file)
 ;;; 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: