diff options
Diffstat (limited to 'lisp/ehelp.el')
-rw-r--r-- | lisp/ehelp.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ehelp.el b/lisp/ehelp.el index e73fe74a124..baa2a052181 100644 --- a/lisp/ehelp.el +++ b/lisp/ehelp.el @@ -21,6 +21,14 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: + +;; This package provides a pre-packaged `Electric Help Mode' for +;; browsing on-line help screens. There is one entry point, +;; `with-electric-help'; All you have to give it is a no-argument +;; function that generates the actual text of the help into the urrent +;; buffer. + ;;; Code: (require 'electric) |