[MLton-commit] r5188
Vesa Karvonen
vesak at mlton.org
Tue Feb 13 15:30:57 PST 2007
Better description.
----------------------------------------------------------------------
U mlton/trunk/ide/emacs/def-use-mode.el
----------------------------------------------------------------------
Modified: mlton/trunk/ide/emacs/def-use-mode.el
===================================================================
--- mlton/trunk/ide/emacs/def-use-mode.el 2007-02-13 16:43:41 UTC (rev 5187)
+++ mlton/trunk/ide/emacs/def-use-mode.el 2007-02-13 23:30:48 UTC (rev 5188)
@@ -46,7 +46,7 @@
(defface def-use-mark-face
'((((class color)) (:background "orchid1"))
(t (:background "gray")))
- "Face for highlighting uses."
+ "Face for marking definitions and uses."
:group 'faces
:group 'def-use)
More information about the MLton-commit
mailing list