]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/hexl.el (hexl-mode): Fix doc string (bug#70163).
authorEli Zaretskii <eliz@gnu.org>
Fri, 5 Apr 2024 05:45:44 +0000 (08:45 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 5 Apr 2024 12:12:16 +0000 (14:12 +0200)
(cherry picked from commit 3cf0bb174ef9e5d517f3052a5b8639dddeb249ea)

lisp/hexl.el

index 1288cf4d7fb316bd4769522e2b4184bbed86d12b..28441a28d6ea949381d22681f163da3a4e7c7d13 100644 (file)
@@ -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'.