diff options
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/proof-toolbar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-toolbar.el b/generic/proof-toolbar.el index d3ce83a0..c8cfa3e7 100644 --- a/generic/proof-toolbar.el +++ b/generic/proof-toolbar.el @@ -53,7 +53,7 @@ (use "Use" "Process whole buffer" t) (restart "Restart" "Restart scripting (clear all locked regions)" t) (qed "QED" "Close/save proved theorem" t) - (command "Command" "Issue a non-scripting command") + (command "Command" "Issue a non-scripting command" t) (info "Info" "Show proof assistant information" t) (find "Find" "Find something from the proof assistant" t) (help "Help" "Proof General manual" t)) |
