diff options
| -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 1fda10dc..fff5b705 100644 --- a/generic/proof-toolbar.el +++ b/generic/proof-toolbar.el @@ -53,9 +53,9 @@ (use "Use" "Process whole buffer" t) (restart "Restart" "Restart scripting (clear all locked regions)" t) (qed "QED" "Close/save proved theorem" t) + (find "Find" "Find something from the proof assistant" t) (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)) "Example value for proof-toolbar-entries. This gives a bare toolbar that works for any prover. To add |
