comparison 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
comparison
equal deleted inserted replaced
92147:773ae07da318 92148:f991f10f15ec
79 ;; 79 ;;
80 ;; Note: This doc is for internal use only. Other packages should not 80 ;; Note: This doc is for internal use only. Other packages should not
81 ;; assume that these text properties are used as described here. 81 ;; assume that these text properties are used as described here.
82 ;; 82 ;;
83 ;; 'syntax-table 83 ;; 'syntax-table
84 ;; Used to modify the syntax of some characters. Currently used to 84 ;; Used to modify the syntax of some characters. It is used to
85 ;; mark the "<" and ">" of angle bracket parens with paren syntax. 85 ;; mark the "<" and ">" of angle bracket parens with paren syntax, and
86 ;; to "hide" obtrusive characters in preprocessor lines.
86 ;; 87 ;;
87 ;; This property is used on single characters and is therefore 88 ;; This property is used on single characters and is therefore
88 ;; always treated as front and rear nonsticky (or start and end open 89 ;; always treated as front and rear nonsticky (or start and end open
89 ;; in XEmacs vocabulary). It's therefore installed on 90 ;; in XEmacs vocabulary). It's therefore installed on
90 ;; `text-property-default-nonsticky' if that variable exists (Emacs 91 ;; `text-property-default-nonsticky' if that variable exists (Emacs