Eli Zaretskii writes: >> From: Manuel Giraud >> Cc: 75500@debbugs.gnu.org >> Date: Sat, 18 Jan 2025 15:11:10 +0100 >> >> Eli Zaretskii writes: >> >> >> Date: Sat, 11 Jan 2025 18:42:54 +0100 >> >> From: Manuel Giraud via "Bug reports for GNU Emacs, >> >> the Swiss army knife of text editors" >> >> >> >> In tmm-menubar, for entries prepended by a numerical shortcut, the >> >> associated keybinding ends up being misaligned. For instance, you can >> >> see that in the eww menu for the entry "List bookmarks". This patch >> >> fixes this misalignment. >> > >> > Thanks. However, I couldn't see any misalignments in "List >> > bookmarks". Could you perhaps show a recipe for reproducing this, >> > starting from "emacs -Q"? >> >> You're right. For me, the 'b' shortcut was "taken" for the "Back to >> previous page" entry. Anyway, you should see the misalignment for the >> "List cookies" entry with the following recipe: >> >> - emacs -Q >> - M-: (setopt tmm-shortcut-inside-entry t) >> - M-x eww >> - gnu.org >> - M-x tmm-menubar E > > OK, I see it now, thanks. > > Coming back to the patch: please make sure the doc string of the > function you are adding is according to our conventions (first line is > a single complete sentence), and please explain in the comments _why_ > this shortening is needed and why exactly 2 spaces. Do you meant like this?