diff options
| -rw-r--r-- | lisp/cus-face.el | 2 |
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. |
| 103 | The elements are of the form (KEY TYPE SET GET), | 103 | The elements are of the form (KEY TYPE SET GET), |
| 104 | where KEY is the name of the attribute, | 104 | where KEY is the name of the attribute, |
| 105 | TYPE is a widget type for editing the attibute, | 105 | TYPE is a widget type for editing the attribute, |
| 106 | SET is a function for setting the attribute value, | 106 | SET is a function for setting the attribute value, |
| 107 | and GET is a function for getiing the attribute value. | 107 | and GET is a function for getiing the attribute value. |
| 108 | 108 | ||