comparison lisp/ehelp.el @ 2307:10e417efb12a

Added or corrected Commentary sections
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 03:27:18 +0000
parents fe4784e44fb1
children bccf04c8a5b6
comparison
equal deleted inserted replaced
2306:59c8668f70c7 2307:10e417efb12a
18 ;; GNU General Public License for more details. 18 ;; GNU General Public License for more details.
19 19
20 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to 21 ;; along with GNU Emacs; see the file COPYING. If not, write to
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23
24 ;;; Commentary:
25
26 ;; This package provides a pre-packaged `Electric Help Mode' for
27 ;; browsing on-line help screens. There is one entry point,
28 ;; `with-electric-help'; All you have to give it is a no-argument
29 ;; function that generates the actual text of the help into the urrent
30 ;; buffer.
23 31
24 ;;; Code: 32 ;;; Code:
25 33
26 (require 'electric) 34 (require 'electric)
27 (defvar electric-help-map () 35 (defvar electric-help-map ()