aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-abbrev.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq-abbrev.el')
-rw-r--r--coq/coq-abbrev.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/coq/coq-abbrev.el b/coq/coq-abbrev.el
index 3b27180b..aad46d45 100644
--- a/coq/coq-abbrev.el
+++ b/coq/coq-abbrev.el
@@ -80,7 +80,11 @@
;; Common part (scrit, response and goals buffers)
(defconst coq-menu-common-entries
`(
- ["Toggle 3 windows mode" proof-three-window-toggle t]
+ ["Toggle 3 windows mode" proof-three-window-toggle
+ :style toggle
+ :selected proof-three-window-enable
+ :help "Toggles the use of separate windows or frames for Coq responses and goals."
+ ]
["Refresh windows layout" proof-layout-windows t]
["Toggle tooltips" proof-output-tooltips-toggle
:style toggle