diff --git a/lisp/hexl.el b/lisp/hexl.el index 1288cf4d7fb..28441a28d6e 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -256,10 +256,10 @@ as that will override any bit grouping options set here." ;;;###autoload (defun hexl-mode (&optional arg) - "\\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. +\\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'.