From: Philip Kaludercic Date: Thu, 11 Apr 2024 06:44:46 +0000 (+0200) Subject: ; Fix typo in 'help-quick-sections' docstring X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db7731345b52f291e39a67e942eb25a6bd5d119d;p=emacs.git ; Fix typo in 'help-quick-sections' docstring (cherry picked from commit 5f6834ab9765943be07dfab6454c37375729f778) --- 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))