diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 03:27:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 03:27:18 +0000 |
commit | e41b2db1da153e3ead4a01cb6e729cb99cad78ae (patch) | |
tree | b1a9c9c673da674b66521088f3247ac5a34f5a02 /lisp/hexl.el | |
parent | 33d92c1f9de704cda9309731b4d6add46178aafc (diff) | |
download | emacs-e41b2db1da153e3ead4a01cb6e729cb99cad78ae.tar.gz |
Added or corrected Commentary sections
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r-- | lisp/hexl.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el index a38e12366ee..20e9c161754 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -22,6 +22,12 @@ ;;; Commentary: +;; This package implements a major mode for editing binary files. It uses +;; a program called hexl, supplied with the GNU Emacs distribution, that +;; can filter a binary into an editable format or from the format back into +;; binary. For full instructions, invoke `hexl-mode' on an empty buffer and +;; do `M-x describe-mode'. +;; ;; This may be useful in your .emacs: ;; ;; (autoload 'hexl-find-file "hexl" @@ -74,7 +80,7 @@ and \"-de\" when dehexlfying a buffer.") ;;;###autoload (defun hexl-mode (&optional arg) "\\<hexl-mode-map> -A major mode for editting binary files in hex dump format. +A major mode for editing binary files in hex dump format. This function automatically converts a buffer into the hexl format using the function `hexlify-buffer'. |