Mercurial > emacs
diff lisp/progmodes/cc-engine.el @ 92148:f991f10f15ec
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 24 Feb 2008 10:09:07 +0000 |
parents | 8490f9f99fe3 e67a400370f5 |
children | 897b09fb6e10 |
line wrap: on
line diff
--- a/lisp/progmodes/cc-engine.el Sun Feb 24 06:43:15 2008 +0000 +++ b/lisp/progmodes/cc-engine.el Sun Feb 24 10:09:07 2008 +0000 @@ -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