]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/help-macro.el: Doc fix.
authorStefan Kangas <stefan@marxist.se>
Sun, 2 May 2021 10:19:59 +0000 (12:19 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 2 May 2021 10:22:34 +0000 (12:22 +0200)
lisp/help-macro.el

index 3b653c31e48c4b73c1e89b3050d84507becf91d2..1fa9d82afd836a99398261314b82bf16ebccc7e0 100644 (file)
 
 ;;; 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.