From d0d95d161495585c73f881941beda77352517d34 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 2 May 2021 12:19:59 +0200 Subject: [PATCH] * lisp/help-macro.el: Doc fix. --- lisp/help-macro.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lisp/help-macro.el b/lisp/help-macro.el index 3b653c31e48..1fa9d82afd8 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -25,11 +25,12 @@ ;;; Commentary: -;; This file supplies the macro make-help-screen which constructs -;; single character dispatching with browsable help such as that provided -;; by help-for-help. This can be used to make many modes easier to use; for -;; example, the GNU Emacs Empire Tool uses this for every "nested" mode map -;; called from the main mode map. +;; This file supplies the macro `make-help-screen' which constructs +;; single character dispatching with browsable help such as that +;; provided by `help-for-help'. This can be used to make many modes +;; easier to use; for example, the (long-since defunct) GNU Emacs +;; Empire Tool used this for every "nested" mode map called from the +;; main mode map. ;; The name of this package was changed from help-screen.el to ;; help-macro.el in order to fit in a 14-character limit. -- 2.39.5