diff options
Diffstat (limited to 'lisp/emacs-lisp/helper.el')
-rw-r--r-- | lisp/emacs-lisp/helper.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/helper.el b/lisp/emacs-lisp/helper.el index 0064bc66e07..e3565856f56 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 |