emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d0d95d1 3/3: * lisp/help-macro.el: Doc fix.


From: Stefan Kangas
Subject: master d0d95d1 3/3: * lisp/help-macro.el: Doc fix.
Date: Sun, 2 May 2021 06:22:45 -0400 (EDT)

branch: master
commit d0d95d161495585c73f881941beda77352517d34
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * 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 3b653c3..1fa9d82 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]