bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#21800: Fix HEX ADDR values in hexl-mode doc string


From: Mihai Olteanu
Subject: bug#21800: Fix HEX ADDR values in hexl-mode doc string
Date: Sat, 31 Oct 2015 13:41:19 +0200

Hello,

Please find bellow the ChangeLog and the Patch for fixing the
hexadecimal address
values that appear in the documentation string for hexl-mode. 
Visiting a file in hexl mode displays the addresses in the 00, 11, 22,
etc. format, not
00, 01, 02, etc. format that is currently given as an example in the
above mentioned 
doc string.


2015-10-31  Mihai Olteanu  <mihai_olteanu@fastmail.fm>

        * lisp/hexl.el: Fix HEX ADDR values in hexl-mode doc string


>From 5825707c2e678db72c0c1939293b4e3162c88e9e Mon Sep 17 00:00:00 2001
From: Mihai Olteanu <mihai_olteanu@fastmail.fm>
Date: Sat, 31 Oct 2015 13:23:41 +0200
Subject: [PATCH] Fix hexl-mode doc string

* lisp/hexl.el: Fix HEX ADDR values in hexl-mode doc string
---
 lisp/hexl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/hexl.el b/lisp/hexl.el
index 499253e..20a48bc 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -294,7 +294,7 @@ in hexl format.

 A sample format:

-  HEX ADDR: 0001 0203 0405 0607 0809 0a0b 0c0d 0e0f     ASCII-TEXT
+  HEX ADDR: 0011 2233 4455 6677 8899 aabb ccdd eeff     ASCII-TEXT
   --------  ---- ---- ---- ---- ---- ---- ---- ----  ----------------
   00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64  This is hexl-mod
   00000010: 652e 2020 4561 6368 206c 696e 6520 7265  e.  Each line re
--
1.9.1





reply via email to

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