From 146b3fb769bb3f1fcc339515e90c9970d3a8322f Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 2 Aug 2022 11:39:56 +0200 Subject: [PATCH] * lisp/mail/binhex.el: Improve commentary. --- lisp/mail/binhex.el | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.39.5