diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-04-08 01:59:27 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-04-08 01:59:27 +0200 |
commit | 135377f15747dbabf4a81c2b6982c50b11b429ab (patch) | |
tree | 11ce4f0bd909d6a48bfd92f99d46b7d08fcfedb2 /lisp/cus-face.el | |
parent | 4523dc7f800db03f6bd86c84772dbe5ac39db851 (diff) | |
download | emacs-135377f15747dbabf4a81c2b6982c50b11b429ab.tar.gz |
Fix typos in comments.
Diffstat (limited to 'lisp/cus-face.el')
-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 0a48c0fbd68..f813b5b84d1 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -348,7 +348,7 @@ FACE's list property `theme-face' \(using `custom-push-theme')." (put face 'face-override-spec nil) (face-spec-set face spec t)))))))) -;; XEmacs compability function. In XEmacs, when you reset a Custom +;; XEmacs compatibility function. In XEmacs, when you reset a Custom ;; Theme, you have to specify the theme to reset it to. We just apply ;; the next theme. (defun custom-theme-reset-faces (theme &rest args) |