aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/helper.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-05-30 23:12:08 +0000
committerEric S. Raymond <[email protected]>1992-05-30 23:12:08 +0000
commit1a06eabd17a8eff0635bc7058349f7c22057864c (patch)
tree851c3b4adf9217f7ad5d4e6fdc24c8e0efbaa186 /lisp/emacs-lisp/helper.el
parent6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp/helper.el')
-rw-r--r--lisp/emacs-lisp/helper.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/helper.el b/lisp/emacs-lisp/helper.el
index 0064bc66e0..e3565856f5 100644
--- a/lisp/emacs-lisp/helper.el
+++ b/lisp/emacs-lisp/helper.el
@@ -1,5 +1,4 @@
-;; helper - utility help package for modes which want to provide help
-;; without relinquishing control, e.g. `electric' modes.
+;;; helper.el --- utility help package supporting help in electric modes
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Principal author K. Shane Hartman
@@ -147,4 +146,6 @@
(ding)
(setq continue nil))))))
-(provide 'helper) \ No newline at end of file
+(provide 'helper)
+
+;;; helper.el ends here