]> code.delx.au - gnu-emacs-elpa/commitdiff
nhexl-mode.el: Fix last change.
authorChong Yidong <cyd@gnu.org>
Sun, 25 Mar 2012 02:46:27 +0000 (10:46 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 25 Mar 2012 02:46:27 +0000 (10:46 +0800)
packages/ioccur/ioccur.el
packages/nhexl-mode/nhexl-mode.el

index aeab1ef8c8e0193e92671fc08b43f714028911b7..67a773172975163d741c434956983d5381a2b6a7 100644 (file)
@@ -1,4 +1,4 @@
-;;; ioccur.el --- Incremental occur.
+;;; ioccur.el --- Incremental occur
 
 ;; Copyright (C) 2010-2012  Free Software Foundation, Inc.
 
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