From db7731345b52f291e39a67e942eb25a6bd5d119d Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Thu, 11 Apr 2024 08:44:46 +0200 Subject: [PATCH] ; Fix typo in 'help-quick-sections' docstring (cherry picked from commit 5f6834ab9765943be07dfab6454c37375729f778) --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help.el b/lisp/help.el index 47992776bb7..97d0bfaa731 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -173,7 +173,7 @@ Value should be a list of elements, each element should of the form where GROUP-NAME is the name of the group of the commands, COMMAND is the symbol of a command and DESCRIPTION is its short -description, 10 to 15 char5acters at most.") +description, 10 to 15 characters at most.") (declare-function prop-match-value "text-property-search" (match)) -- 2.39.5