diff options
| author | Mihai Olteanu | 2015-11-07 14:35:10 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-11-07 14:35:10 +0200 |
| commit | e21e3b6ba9a33fde2ba951f7b7e38da387186ae5 (patch) | |
| tree | 346c2bd7da158f2a37a7f67e58aba1c0c4c31efc | |
| parent | bede518c38db805ab9ac4b86f570ca9bff79a783 (diff) | |
| download | emacs-e21e3b6ba9a33fde2ba951f7b7e38da387186ae5.tar.gz emacs-e21e3b6ba9a33fde2ba951f7b7e38da387186ae5.zip | |
Update doc string of hexl-mode
* lisp/hexl.el (hexl-mode): Doc fix. (Bug#21800)
Copyright-paperwork-exempt: yes
| -rw-r--r-- | lisp/hexl.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 294 | 294 | ||
| 295 | A sample format: | 295 | A sample format: |
| 296 | 296 | ||
| 297 | HEX ADDR: 0001 0203 0405 0607 0809 0a0b 0c0d 0e0f ASCII-TEXT | 297 | HEX ADDR: 0011 2233 4455 6677 8899 aabb ccdd eeff ASCII-TEXT |
| 298 | -------- ---- ---- ---- ---- ---- ---- ---- ---- ---------------- | 298 | -------- ---- ---- ---- ---- ---- ---- ---- ---- ---------------- |
| 299 | 00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64 This is hexl-mod | 299 | 00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64 This is hexl-mod |
| 300 | 00000010: 652e 2020 4561 6368 206c 696e 6520 7265 e. Each line re | 300 | 00000010: 652e 2020 4561 6368 206c 696e 6520 7265 e. Each line re |