aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-06-25 22:35:37 +0000
committerChong Yidong2008-06-25 22:35:37 +0000
commitbfffdd077ede8b526a2dd495cbbe7838dae894a5 (patch)
treece18e700d36eaa464862c50caabdeffd754635e1
parent6aed7eca200b47c3b314ef576641ff15079a3752 (diff)
downloademacs-bfffdd077ede8b526a2dd495cbbe7838dae894a5.tar.gz
emacs-bfffdd077ede8b526a2dd495cbbe7838dae894a5.zip
(set-face-attribute): Doc fix.
-rw-r--r--lisp/faces.el2
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
587VALUE must be a string specifying the font family, e.g. ``courier'', 587VALUE must be a string specifying the font family, e.g. ``monospace'',
588or a fontset alias name. If a font family is specified, wild-cards `*' 588or a fontset alias name. If a font family is specified, wild-cards `*'
589and `?' are allowed. 589and `?' are allowed.
590 590