aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-toolbar.el
diff options
context:
space:
mode:
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)))