diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-03-12 15:35:55 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-03-12 15:35:55 -0700 |
commit | f003f29445ab02e07b6d53b322841362394b9de9 (patch) | |
tree | e70d85b0fc9095e21b373e50f02037e0698140c8 /lisp/faces.el | |
parent | 41bf0c48448f989ed144a26e97e5ba40f9855f84 (diff) | |
download | emacs-f003f29445ab02e07b6d53b322841362394b9de9.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 0011e0357a1..bdac3a1bb6a 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1516,7 +1516,7 @@ If SPEC is nil, return nil." (apply 'set-face-attribute face frame (if (eq face 'default) ;; For the default face, avoid making any attribute - ;; unspecifed. Instead, set attributes to default values + ;; unspecified. Instead, set attributes to default values ;; (see also realize_default_face in xfaces.c). (append '(:underline nil :overline nil :strike-through nil |