diff options
| -rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index aa18e29582e..4f62a5b1546 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -584,7 +584,7 @@ The following attributes are recognized: | |||
| 584 | 584 | ||
| 585 | `:family' | 585 | `:family' |
| 586 | 586 | ||
| 587 | VALUE must be a string specifying the font family, e.g. ``courier'', | 587 | VALUE must be a string specifying the font family, e.g. ``monospace'', |
| 588 | or a fontset alias name. If a font family is specified, wild-cards `*' | 588 | or a fontset alias name. If a font family is specified, wild-cards `*' |
| 589 | and `?' are allowed. | 589 | and `?' are allowed. |
| 590 | 590 | ||