summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 03:27:18 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 03:27:18 +0000
commitd91e903d4a73ad06e5773a8bfc4902f1b10181ca (patch)
tree8405bafb611b83237c9661723511ec3ee40937ad /lisp/hexl.el
parent6c59ed5680001a63b13f3a3f1a2eac0cc254f760 (diff)
downloademacs-d91e903d4a73ad06e5773a8bfc4902f1b10181ca.tar.gz
Added or corrected Commentary sections
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el8
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'.