]> git.eshelyaron.com Git - emacs.git/commitdiff
Set of changes so that "obtrusive" syntactic elements in a
authorAlan Mackenzie <acm@muc.de>
Tue, 19 Feb 2008 22:08:55 +0000 (22:08 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 19 Feb 2008 22:08:55 +0000 (22:08 +0000)
C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
unmatched paren) don't interact syntactically with stuff outside
the CPP line.
Comment about text properties amended.

lisp/progmodes/cc-engine.el

index 77b43657050d3e6b3072ac0ce945d6875b3bcfe2..acc876d576a44132dbce5d3732f6bc15157c5b56 100644 (file)
@@ -81,8 +81,9 @@
 ;; assume that these text properties are used as described here.
 ;;
 ;; 'syntax-table
-;;   Used to modify the syntax of some characters.  Currently used to
-;;   mark the "<" and ">" of angle bracket parens with paren syntax.
+;;   Used to modify the syntax of some characters.  It is used to
+;;   mark the "<" and ">" of angle bracket parens with paren syntax, and
+;;   to "hide" obtrusive characters in preprocessor lines.
 ;;
 ;;   This property is used on single characters and is therefore
 ;;   always treated as front and rear nonsticky (or start and end open