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

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

[ELPA-diffs] /srv/bzr/emacs/elpa r193: nhexl-mode.el: Fix last change.


From: Chong Yidong
Subject: [ELPA-diffs] /srv/bzr/emacs/elpa r193: nhexl-mode.el: Fix last change.
Date: Sun, 25 Mar 2012 10:46:27 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 193
committer: Chong Yidong <address@hidden>
branch nick: elpa
timestamp: Sun 2012-03-25 10:46:27 +0800
message:
  nhexl-mode.el: Fix last change.
modified:
  packages/ioccur/ioccur.el
  packages/nhexl-mode/nhexl-mode.el
=== modified file 'packages/ioccur/ioccur.el'
--- a/packages/ioccur/ioccur.el 2012-03-24 13:49:17 +0000
+++ b/packages/ioccur/ioccur.el 2012-03-25 02:46:27 +0000
@@ -1,4 +1,4 @@
-;;; ioccur.el --- Incremental occur.
+;;; ioccur.el --- Incremental occur
 
 ;; Copyright (C) 2010-2012  Free Software Foundation, Inc.
 

=== modified file 'packages/nhexl-mode/nhexl-mode.el'
--- a/packages/nhexl-mode/nhexl-mode.el 2012-03-24 13:49:17 +0000
+++ b/packages/nhexl-mode/nhexl-mode.el 2012-03-25 02:46:27 +0000
@@ -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]