Mercurial > emacs
changeset 2530:1e1a30d5d523
Name changed to fit in a 14-character limit.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Wed, 14 Apr 1993 16:33:20 +0000 |
parents | bb127c1081af |
children | fd182baaa0a3 |
files | lisp/help-macro.el |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help-macro.el Wed Apr 14 03:34:44 1993 +0000 +++ b/lisp/help-macro.el Wed Apr 14 16:33:20 1993 +0000 @@ -1,4 +1,4 @@ -;;; help-screen.el --- Makes command line help such as help-for-help +;;; help-macro.el --- Makes command line help such as help-for-help ;; Copyright (C) 1993 Free Software Foundation, Inc. @@ -32,6 +32,9 @@ ;; example, the Gnu Emacs Empire Tool uses 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. + ;;-> *********************** Example of use ********************************* ;;->(make-help-screen help-for-empire-redistribute-map @@ -104,5 +107,5 @@ (ding)))))) )) -;;; help-screen.el +;;; help-macro.el