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

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

[elpa] externals/nhexl-mode 7b18468 02/23: Commentary tweaks for csv-mod


From: Stefan Monnier
Subject: [elpa] externals/nhexl-mode 7b18468 02/23: Commentary tweaks for csv-mode, ioccur, and nhexl-mode packages.
Date: Sat, 28 Nov 2020 18:35:41 -0500 (EST)

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

    Commentary tweaks for csv-mode, ioccur, and nhexl-mode packages.
---
 nhexl-mode.el | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/nhexl-mode.el b/nhexl-mode.el
index 447b185..0faeda3 100644
--- a/nhexl-mode.el
+++ b/nhexl-mode.el
@@ -21,15 +21,18 @@
 
 ;;; Commentary:
 
-;; This implements a similar functionality to `hexl-mode', but
-;; using a different implementation technique, which makes it usable
-;; as a "plain" minor mode.  I.e. it works on any buffer, does not
-;; mess with the undo boundary or even with the major mode.
+;; This package implements NHexl mode, a minor mode for editing binary
+;; 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
+;; usable as a "plain" minor mode.  It works on any buffer, and does
+;; not mess with the undo boundary or with the major mode.
 ;;
 ;; In theory it could also work just fine even on very large buffers,
 ;; although in practice it seems to make the display engine suffer.
 
-;; Todo:
+;;; Todo:
 ;; - Clicks on the hex side should put point at the right place.
 
 ;;; Code:
@@ -57,7 +60,7 @@
 
 ;;;###autoload
 (define-minor-mode nhexl-mode
-  "Minor mode to edit files via hex-dump format"
+  "Minor mode to edit binary files via hex-dump format"
   :lighter " NHexl"
   (if (not nhexl-mode)
       (progn



reply via email to

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