Mercurial > hg > xemacs-beta
diff lisp/modes/vrml-mode.el @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 0293115a14e9 |
line wrap: on
line diff
--- a/lisp/modes/vrml-mode.el Mon Aug 13 08:45:53 2007 +0200 +++ b/lisp/modes/vrml-mode.el Mon Aug 13 08:46:35 2007 +0200 @@ -66,7 +66,7 @@ 6. Move backward to start of comment, indenting if necessary.") (defvar vrml-use-hairy-comment-detector t - "*If not `nil', the the more complicated, but slower, comment + "*If not `nil', then the more complicated, but slower, comment detecting function is used.") (defvar vrml-mode-abbrev-table nil @@ -443,7 +443,7 @@ (looking-at "children"))))) (progn ;; Line is continuation line, or the sexp opener - ;; is not a curly brace, or we are are looking at + ;; is not a curly brace, or we are looking at ;; an `expr' expression (which must be split ;; specially). So indentation is column of first ;; good spot after sexp opener. If there is no