* lisp/mail/binhex.el: Improve commentary.

This commit is contained in:
Stefan Kangas 2022-08-02 11:39:56 +02:00
parent 50a192795a
commit 146b3fb769

View file

@ -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: