emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3cf0bb174ef: * lisp/hexl.el (hexl-mode): Fix doc string (bug#7016


From: Eli Zaretskii
Subject: master 3cf0bb174ef: * lisp/hexl.el (hexl-mode): Fix doc string (bug#70163).
Date: Fri, 5 Apr 2024 01:46:02 -0400 (EDT)

branch: master
commit 3cf0bb174ef9e5d517f3052a5b8639dddeb249ea
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * lisp/hexl.el (hexl-mode): Fix doc string (bug#70163).
---
 lisp/hexl.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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)
-  "\\<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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]