emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/nhexl-mode 16b716f 03/23: nhexl-mode.el: Fix last chang


From: Stefan Monnier
Subject: [elpa] externals/nhexl-mode 16b716f 03/23: nhexl-mode.el: Fix last change.
Date: Sat, 28 Nov 2020 18:35:42 -0500 (EST)

branch: externals/nhexl-mode
commit 16b716f93835d3e816774d7b164e455b9ab2f9bb
Author: Chong Yidong <cyd@gnu.org>
Commit: Chong Yidong <cyd@gnu.org>

    nhexl-mode.el: Fix last change.
---
 nhexl-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nhexl-mode.el b/nhexl-mode.el
index 0faeda3..d4a3d26 100644
--- a/nhexl-mode.el
+++ b/nhexl-mode.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]