diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-07-05 11:51:56 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-07-05 11:51:56 +0200 |
commit | 9173deecd801321600a6c24186ce94147ae01753 (patch) | |
tree | 8c0fe262af09cdb35848e2c3d5106ad4b7b86fe0 /lisp/custom.el | |
parent | 869795d6b510972d846183141885569ebf0c44f4 (diff) | |
download | emacs-9173deecd801321600a6c24186ce94147ae01753.tar.gz emacs-9173deecd801321600a6c24186ce94147ae01753.tar.bz2 emacs-9173deecd801321600a6c24186ce94147ae01753.zip |
Fix typos.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r-- | lisp/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index 11dc1859c00..a5c0065036a 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -1407,7 +1407,7 @@ This function returns nil if no custom theme specifies a value for VARIABLE." (face-spec-recalc face frame))) -;;; XEmacs compability functions +;;; XEmacs compatibility functions ;; In XEmacs, when you reset a Custom Theme, you have to specify the ;; theme to reset it to. We just apply the next available theme, so |