[climacs-cvs] CVS climacs
thenriksen
thenriksen at common-lisp.net
Wed Jan 9 13:03:33 UTC 2008
Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv29175
Modified Files:
java-syntax.lisp
Log Message:
Fixed silly typo.
--- /project/climacs/cvsroot/climacs/java-syntax.lisp 2008/01/09 12:56:02 1.6
+++ /project/climacs/cvsroot/climacs/java-syntax.lisp 2008/01/09 13:03:28 1.7
@@ -788,7 +788,7 @@
(floating-point-literal-lexeme (:face :ink +gray50+)))
(defparameter *syntax-highlighting-rules* 'default-java-highlighting
- "The syntax highlighting rules used for highlighting C
+ "The syntax highlighting rules used for highlighting Java
syntax.")
(defmethod syntax-highlighting-rules ((syntax java-syntax))
More information about the Climacs-cvs
mailing list