aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-toolbar.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-09 18:55:54 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-09 18:55:54 +0000
commit0406469199a6f2a16b1cb213ecfe13f06f714aea (patch)
tree293a9261efebe28abbc4e4b7da1573ff0f55cf7c /generic/proof-toolbar.el
parentb00bded14999131150191874464aba92df976637 (diff)
Generic support for x-symbol tuned up.
Diffstat (limited to 'generic/proof-toolbar.el')
-rw-r--r--generic/proof-toolbar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-toolbar.el b/generic/proof-toolbar.el
index e154e73e..963f3da8 100644
--- a/generic/proof-toolbar.el
+++ b/generic/proof-toolbar.el
@@ -216,7 +216,7 @@ to the default toolbar."
(setq proof-toolbar-itimer nil))))
(defun proof-toolbar-toggle (&optional force-on)
- "Toggle display of Proof General toolbar."
+ "Toggle display of Proof General toolbar. With optional ARG, force on."
(interactive "P")
(setq proof-toolbar-inhibit
(or force-on (not proof-toolbar-inhibit)))