Comment changes.
[bpt/emacs.git] / lisp / emacs-lisp / helper.el
index 6f51309..9f9f1dc 100644 (file)
@@ -1,12 +1,11 @@
 ;;; helper.el --- utility help package supporting help in electric modes
 
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
 ;; Author: K. Shane Hartman
 ;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1991
 ;; Keywords: help
 
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
     (save-excursion
       (set-buffer (get-buffer-create "*Help*"))
       (erase-buffer)
-      (insert name " Mode\n" documentation)))
+      (insert name " Mode\n" documentation)
+      (help-mode)))
   (Helper-help-scroller))
 
 ;;;###autoload