mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/hexl.el (hexl-follow-ascii-mode): Fix a typo. (Bug#32021)
This commit is contained in:
parent
ed65ea1815
commit
852395bab7
1 changed files with 1 additions and 1 deletions
|
|
@ -1000,7 +1000,7 @@ Embedded whitespace, dashes, and periods in the string are ignored."
|
|||
When following is enabled, the ASCII character corresponding to the
|
||||
element under the point is highlighted.
|
||||
The default activation is controlled by `hexl-follow-ascii'."
|
||||
(if hexl-follow-ascii-mode
|
||||
(if hexl-follow-ascii
|
||||
;; turn it on
|
||||
(progn
|
||||
(unless hexl-ascii-overlay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue