Andreas Schwab writes: > On Apr 03 2024, Eli Zaretskii wrote: > >>> From: Thierry Volpiatto >>> Date: Wed, 03 Apr 2024 15:02:52 +0000 >>> >>> >>> Hexl-mode docstring specify "\" in its first line, this >>> to specify some keybinding related to this map at end, as a result the >>> documentation command returns a three line string, the first line beeing >>> a blank line until hexl.el is loaded. I think docstrings generally >>> should not have this specification in their first line. >>> >>> (defun hexl-mode (&optional arg) >>> "\\A mode for editing binary files in hex dump format. >>> [...] >>> Most cursor movement bindings are the same: use \\[hexl-backward-char], >>> [...] >> >> What do you suggest to do instead? > > Customary is to put it directly before the (first) keymap reference. Exactly. -- Thierry