aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cus-face.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-face.el b/lisp/cus-face.el
index edfd450162a..b94ebbd033b 100644
--- a/lisp/cus-face.el
+++ b/lisp/cus-face.el
@@ -102,7 +102,7 @@ Control whether the text should be in inverse video.")
102 "Alist of face attributes. 102 "Alist of face attributes.
103The elements are of the form (KEY TYPE SET GET), 103The elements are of the form (KEY TYPE SET GET),
104where KEY is the name of the attribute, 104where KEY is the name of the attribute,
105TYPE is a widget type for editing the attibute, 105TYPE is a widget type for editing the attribute,
106SET is a function for setting the attribute value, 106SET is a function for setting the attribute value,
107and GET is a function for getiing the attribute value. 107and GET is a function for getiing the attribute value.
108 108