aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-vars.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/pg-vars.el')
-rw-r--r--generic/pg-vars.el27
1 files changed, 17 insertions, 10 deletions
diff --git a/generic/pg-vars.el b/generic/pg-vars.el
index 8d93a60b..d1e5dfa9 100644
--- a/generic/pg-vars.el
+++ b/generic/pg-vars.el
@@ -1,11 +1,18 @@
;;; pg-vars.el --- Proof General global variables
-;;
-;; Copyright (C) 2008, 2010 LFCS Edinburgh.
+
+;; This file is part of Proof General.
+
+;; Portions © Copyright 1994-2012 David Aspinall and University of Edinburgh
+;; Portions © Copyright 2003, 2012, 2014 Free Software Foundation, Inc.
+;; Portions © Copyright 2001-2017 Pierre Courtieu
+;; Portions © Copyright 2010, 2016 Erik Martin-Dorel
+;; Portions © Copyright 2011-2013, 2016-2017 Hendrik Tews
+;; Portions © Copyright 2015-2017 Clément Pit-Claudel
+
;; Author: David Aspinall <David.Aspinall@ed.ac.uk> and others
+
;; License: GPL (GNU GENERAL PUBLIC LICENSE)
-;;
-;; $Id$
-;;
+
;;; Commentary:
;;
;; Global variables used in several files.
@@ -20,16 +27,16 @@
;;;
(defvar proof-assistant-cusgrp nil
- "Symbol for the customization group of the user options for the proof assistant.
+ "Symbol for the customization group of user options for the proof assistant.
Do not change this variable! It is set automatically by the mode
stub defined in proof-site, from the name given in
-proof-assistant-table.")
+‘proof-assistant-table’.")
(defvar proof-assistant-internals-cusgrp nil
- "Symbol for the customization group of the PG internal settings proof assistant.
+ "Symbol for the customization group of PG internal settings.
Do not change this variable! It is set automatically by the mode
stub defined in proof-site, from the name given in
-proof-assistant-table.")
+‘proof-assistant-table’.")
(defvar proof-assistant ""
"Name of the proof assistant Proof General is using.
@@ -210,7 +217,7 @@ the form of the menu entry for the setting (this is an Emacs widget type)
and the DESCR description string is used as a help tooltip in the settings menu.
As TYPE's only the simple types boolean, integer, number and
-string are supported (see `proof-menu-entry-for-setting'). Other
+string are supported (see `proof-menu-entry-for-setting'). Other
types will yield an error when constructing the proof assistant
menu from this list.