From 44520536c998d4cad90f4e5fc1dca5aba28afa53 Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Fri, 1 Nov 2024 18:30:40 +0100 Subject: [PATCH] `tmm-shortcut-inside-entry' docstring fix * lisp/tmm.el (tmm-shortcut-inside-entry): Docstring fix. --- lisp/tmm.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/tmm.el b/lisp/tmm.el index 80991b246b6..eeea1cf20be 100644 --- a/lisp/tmm.el +++ b/lisp/tmm.el @@ -111,8 +111,8 @@ tmm-shortcut-words (defcustom tmm-shortcut-inside-entry nil "Highlight the shortcut character in the menu entry's string. When non-nil, the first menu-entry's character that acts as a shortcut -will be highlighted with the `highlight' face to help identifying it. -The `tmm-mid-prompt' string is not used then." +is displayed with the `highlight' face to help identify it. The +`tmm-mid-prompt' string is not used then." :type 'boolean) (defface tmm-inactive -- 2.47.0