mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
* lisp/hexl.el (hexl-mode): Fix doc string (bug#70163).
This commit is contained in:
parent
3968b36ae0
commit
3cf0bb174e
@ -256,10 +256,10 @@ as that will override any bit grouping options set here."
|
||||
|
||||
;;;###autoload
|
||||
(defun hexl-mode (&optional arg)
|
||||
"\\<hexl-mode-map>A mode for editing binary files in hex dump format.
|
||||
This is not an ordinary major mode; it alters some aspects
|
||||
"A mode for editing binary files in hex dump format.
|
||||
\\<hexl-mode-map>This is not an ordinary major mode; it alters some aspects
|
||||
of the current mode's behavior, but not all; also, you can exit
|
||||
Hexl mode and return to the previous mode using `hexl-mode-exit'.
|
||||
Hexl mode and return to the previous mode using \\[hexl-mode-exit].
|
||||
|
||||
This function automatically converts a buffer into the hexl format
|
||||
using the function `hexlify-buffer'.
|
||||
|
Loading…
Reference in New Issue
Block a user