]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/nhexl-mode/nhexl-mode.el
nhexl-mode.el: Fix last change.
[gnu-emacs-elpa] / packages / nhexl-mode / nhexl-mode.el
index 0faeda3de34f415acca887373b9a95fd082ee64b..d4a3d2662f97f058993f48d0c094aad253fff1fb 100644 (file)
@@ -21,8 +21,8 @@
 
 ;;; Commentary:
 
-;; This package implements NHexl mode, a minor mode for editing binary
-;; files in hex dump format.  The mode command is called `nhexl-mode'.
+;; This package implements NHexl mode, a minor mode for editing files
+;; in hex dump format.  The mode command is called `nhexl-mode'.
 ;;
 ;; This minor mode implements similar functionality to `hexl-mode',
 ;; but using a different implementation technique, which makes it
@@ -60,7 +60,7 @@
 
 ;;;###autoload
 (define-minor-mode nhexl-mode
-  "Minor mode to edit binary files via hex-dump format"
+  "Minor mode to edit files via hex-dump format"
   :lighter " NHexl"
   (if (not nhexl-mode)
       (progn