* lisp/mail/binhex.el: Improve commentary.
This commit is contained in:
parent
50a192795a
commit
146b3fb769
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue