unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#21800: Fix HEX ADDR values in hexl-mode doc string
@ 2015-10-31 11:41 Mihai Olteanu
  2015-11-07 12:37 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Mihai Olteanu @ 2015-10-31 11:41 UTC (permalink / raw)
  To: 21800

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#21800: Fix HEX ADDR values in hexl-mode doc string
  2015-10-31 11:41 bug#21800: Fix HEX ADDR values in hexl-mode doc string Mihai Olteanu
@ 2015-11-07 12:37 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2015-11-07 12:37 UTC (permalink / raw)
  To: Mihai Olteanu; +Cc: 21800-done

> From: Mihai Olteanu <mihai_olteanu@fastmail.fm>
> Date: Sat, 31 Oct 2015 13:41:19 +0200
> 
> 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.

Thanks, I pushed this.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-07 12:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-31 11:41 bug#21800: Fix HEX ADDR values in hexl-mode doc string Mihai Olteanu
2015-11-07 12:37 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).