diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 22:44:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 22:44:33 +0000 |
commit | ebd482e980b7efd4fab8673b08cc0806050b9331 (patch) | |
tree | e3cbdb7e4da19dfc6b211aeaaa04756d08eff069 /lisp/uncompress.el | |
parent | 78708a618c05ffc96b2748cd940cb77efda9e2c7 (diff) | |
download | emacs-ebd482e980b7efd4fab8673b08cc0806050b9331.tar.gz |
Added or corrected Commentary section
Diffstat (limited to 'lisp/uncompress.el')
-rw-r--r-- | lisp/uncompress.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/uncompress.el b/lisp/uncompress.el index 52e7063a066..212c254ba67 100644 --- a/lisp/uncompress.el +++ b/lisp/uncompress.el @@ -20,6 +20,13 @@ ;; 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 can be used to arrange for automatic uncompress of +;; files packed with the UNIX compress(1) utility when they are visited. +;; All that's necessary is to load it. This can conveniently be done from +;; your .emacs file. + ;;; Code: ;; When we are about to make a backup file, |