aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-menu.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/proof-menu.el b/generic/proof-menu.el
index fe34b5d0..63671371 100644
--- a/generic/proof-menu.el
+++ b/generic/proof-menu.el
@@ -191,7 +191,7 @@ without adjusting window layout."
':active '(proof-shell-live-buffer))
;; TODO: doc <PA>-set-command here
(vector
- (concat "Set " proof-assistant " command")
+ (concat "Set " proof-assistant " Command")
(proof-ass-sym set-command)
':active '(fboundp (proof-ass-sym set-command))))
'("----")
@@ -200,11 +200,11 @@ without adjusting window layout."
(append
(list
(vector
- (concat proof-assistant " information")
+ (concat proof-assistant " Information")
'proof-help
:visible proof-info-command)
(vector
- (concat proof-assistant " web page")
+ (concat proof-assistant " Web Page")
'(browse-url proof-assistant-home-page)
:visible proof-assistant-home-page))
(proof-ass help-menu-entries))))))))