From: Stefan Kangas Date: Tue, 2 Aug 2022 09:39:56 +0000 (+0200) Subject: * lisp/mail/binhex.el: Improve commentary. X-Git-Tag: emacs-29.0.90~1447^2~546 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=146b3fb769bb3f1fcc339515e90c9970d3a8322f;p=emacs.git * lisp/mail/binhex.el: Improve commentary. --- diff --git a/lisp/mail/binhex.el b/lisp/mail/binhex.el index ad6ce19a958..93dd8697bd7 100644 --- 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: