summaryrefslogtreecommitdiff
path: root/lisp/progmodes/prolog.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 05:42:35 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 05:42:35 +0000
commitedbd2f74bced0e41cccddf3032d9cb4486a6d432 (patch)
tree748cd434db6b81b511017666b95dbd7678c010d3 /lisp/progmodes/prolog.el
parente41b2db1da153e3ead4a01cb6e729cb99cad78ae (diff)
downloademacs-edbd2f74bced0e41cccddf3032d9cb4486a6d432.tar.gz
Added or corrected Commentary sections
Diffstat (limited to 'lisp/progmodes/prolog.el')
-rw-r--r--lisp/progmodes/prolog.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el
index d6b93b70a42..52b65113073 100644
--- a/lisp/progmodes/prolog.el
+++ b/lisp/progmodes/prolog.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 package provides a major mode for editing Prolog. It knows
+;; about Prolog syntax and comments, and can send regions to an inferior
+;; Prolog interpreter process.
+
;;; Code:
(defvar prolog-mode-syntax-table nil)