diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 05:42:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 05:42:35 +0000 |
commit | edbd2f74bced0e41cccddf3032d9cb4486a6d432 (patch) | |
tree | 748cd434db6b81b511017666b95dbd7678c010d3 /lisp/novice.el | |
parent | e41b2db1da153e3ead4a01cb6e729cb99cad78ae (diff) | |
download | emacs-edbd2f74bced0e41cccddf3032d9cb4486a6d432.tar.gz |
Added or corrected Commentary sections
Diffstat (limited to 'lisp/novice.el')
-rw-r--r-- | lisp/novice.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/novice.el b/lisp/novice.el index 1590a104861..2ddbbac3250 100644 --- a/lisp/novice.el +++ b/lisp/novice.el @@ -21,6 +21,12 @@ ;; 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 mode provides a hook which is, by default, attached to various +;; putatively dangerous commands in a (probably futile) attempt to +;; prevent lusers from shooting themselves in the feet. + ;;; Code: ;; This function is called (by autoloading) |