diff options
| author | Eric S. Raymond | 1993-04-14 16:33:20 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1993-04-14 16:33:20 +0000 |
| commit | 3aee11cd33f529bff7ee6db745cbe8a9ebf918b2 (patch) | |
| tree | 3c2a172105b75e54ffae87b6500ff8d6a6f7bb2d | |
| parent | a0900d9fca611b2a4fe0cc9fe97abdf77b81d8e5 (diff) | |
| download | emacs-3aee11cd33f529bff7ee6db745cbe8a9ebf918b2.tar.gz emacs-3aee11cd33f529bff7ee6db745cbe8a9ebf918b2.zip | |
Name changed to fit in a 14-character limit.
| -rw-r--r-- | lisp/help-macro.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/help-macro.el b/lisp/help-macro.el index fa8bf07e62e..cd6831fe214 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; help-screen.el --- Makes command line help such as help-for-help | 1 | ;;; help-macro.el --- Makes command line help such as help-for-help |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -32,6 +32,9 @@ | |||
| 32 | ;; example, the Gnu Emacs Empire Tool uses this for every "nested" mode map | 32 | ;; example, the Gnu Emacs Empire Tool uses this for every "nested" mode map |
| 33 | ;; called from the main mode map. | 33 | ;; called from the main mode map. |
| 34 | 34 | ||
| 35 | ;; The name of this package was changed from help-screen.el to | ||
| 36 | ;; help-macro.el in order to fit in a 14-character limit. | ||
| 37 | |||
| 35 | ;;-> *********************** Example of use ********************************* | 38 | ;;-> *********************** Example of use ********************************* |
| 36 | 39 | ||
| 37 | ;;->(make-help-screen help-for-empire-redistribute-map | 40 | ;;->(make-help-screen help-for-empire-redistribute-map |
| @@ -104,5 +107,5 @@ from the HELPED-MAP and the corresponding interactive function is executed." | |||
| 104 | (ding)))))) | 107 | (ding)))))) |
| 105 | )) | 108 | )) |
| 106 | 109 | ||
| 107 | ;;; help-screen.el | 110 | ;;; help-macro.el |
| 108 | 111 | ||