diff options
| -rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 875f5b0592d..f254211aa27 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -392,7 +392,7 @@ MATCH-HIGHLIGHT should be of the form: | |||
| 392 | SUBEXP is the number of the subexpression of MATCHER to be | 392 | SUBEXP is the number of the subexpression of MATCHER to be |
| 393 | highlighted. | 393 | highlighted. |
| 394 | 394 | ||
| 395 | FACENAME is an expression whose value is the face name to use. | 395 | FACENAME is an expression whose value is the face to use. |
| 396 | Instead of a face, FACENAME can evaluate to a property list of | 396 | Instead of a face, FACENAME can evaluate to a property list of |
| 397 | the form (face FACE PROP1 VAL1 PROP2 VAL2 ...) in which case all | 397 | the form (face FACE PROP1 VAL1 PROP2 VAL2 ...) in which case all |
| 398 | the listed text-properties will be set rather than just FACE. In | 398 | the listed text-properties will be set rather than just FACE. In |