diff options
| author | David Aspinall | 2001-12-11 00:50:21 +0000 |
|---|---|---|
| committer | David Aspinall | 2001-12-11 00:50:21 +0000 |
| commit | d98e849d6ae79d50b4fa8d5d73b79864d2b9149a (patch) | |
| tree | 50e31da71c9bb9a4cd81ac67e029702eb7dc03d1 | |
| parent | 2c9c5d001e4bbdbed3b3375c6f83155d7333a100 (diff) | |
Toolbar allowed in GNU Emacs 21
| -rw-r--r-- | generic/proof-config.el | 2 | ||||
| -rw-r--r-- | html/features.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 780576b2..1a45335c 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -99,7 +99,7 @@ terminator somewhere nearby. Electric!" (defcustom proof-toolbar-enable t "*If non-nil, display Proof General toolbar for script buffers. -NB: the toolbar is only available with XEmacs." +NB: the toolbar is only available with XEmacs and GNU Emacs>=21." :type 'boolean :set 'proof-set-value :group 'proof-user-options) diff --git a/html/features.html b/html/features.html index b71ec446..3fde03c4 100644 --- a/html/features.html +++ b/html/features.html @@ -99,7 +99,7 @@ proof assistant to add PBP support.") ?> available on menus; you don't need to know magical key presses for any features. </p> - <?php footnote("Toolbar is available in XEmacs only") ?> + <?php footnote("Toolbar is available not available on GNU Emacs < 21") ?> </dd> </dl><dl> <?php dt("Syntax highlighting","fontlock") ?> |
