aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isabelle-system.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-27 18:06:57 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-27 18:06:57 +0000
commit705b68291cd7e5e9ad410c99bd3c48223592ce5f (patch)
tree2cd624dade6562055eac8b90b6ed7e1c8b676bdb /isar/isabelle-system.el
parent4c68342f0ee9dd821e7fa9f6d232d88fa015b94f (diff)
Follow Upper Case Convention for menu entries
Diffstat (limited to 'isar/isabelle-system.el')
-rw-r--r--isar/isabelle-system.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isabelle-system.el b/isar/isabelle-system.el
index 7d654d34..040fb959 100644
--- a/isar/isabelle-system.el
+++ b/isar/isabelle-system.el
@@ -261,7 +261,7 @@ for you, you should disable this behaviour."
(let ((vc '(lambda (docdes)
(vector (car (cdr docdes))
(list 'isa-view-doc (car docdes)) t))))
- (list (cons "Isabelle documentation" (mapcar vc (isa-tool-list-docs)))))
+ (list (cons "Isabelle Documentation" (mapcar vc (isa-tool-list-docs)))))
"Isabelle documentation menu. Constructed when PG is loaded.")
(defvar isabelle-logics-menu-entries nil