From e21e3b6ba9a33fde2ba951f7b7e38da387186ae5 Mon Sep 17 00:00:00 2001 From: Mihai Olteanu Date: Sat, 7 Nov 2015 14:35:10 +0200 Subject: [PATCH] Update doc string of hexl-mode * lisp/hexl.el (hexl-mode): Doc fix. (Bug#21800) Copyright-paperwork-exempt: yes --- lisp/hexl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/hexl.el b/lisp/hexl.el index 499253e931f..20a48bc3110 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 -- 2.39.5