summaryrefslogtreecommitdiff
path: root/lisp/env.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 16:53:22 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 16:53:22 +0000
commit9e3449951300f525faa7d3079742c00a9c14f1fb (patch)
treef249eceda176c56309e63589f53565d3f14c83c0 /lisp/env.el
parentd431ffee1466f32b0c5c9109eef87195abc62eeb (diff)
downloademacs-9e3449951300f525faa7d3079742c00a9c14f1fb.tar.gz
Added or corrected Commentary headers
Diffstat (limited to 'lisp/env.el')
-rw-r--r--lisp/env.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/env.el b/lisp/env.el
index 721c835a187..3445d1c060e 100644
--- a/lisp/env.el
+++ b/lisp/env.el
@@ -3,7 +3,7 @@
;;; Copyright Free Software Foundation 1991
;; Maintainer: FSF
-;; Keywords: extensions
+;; Keywords: processes, unix
;;; This file is part of GNU Emacs.
@@ -21,6 +21,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:
+
+;; UNIX processes inherit a list of name-to-string associations from
+;; their parents called their `environment'; these are commonly used
+;; to control program options. This package permits you to set
+;; environment variables to be passed to any sub-process run under Emacs.
+
;;; Code:
;;;###autoload