summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-10-02 16:53:59 -0700
committerGlenn Morris <rgm@gnu.org>2011-10-02 16:53:59 -0700
commit9aaf2b9c399b5b00c81c2578b873ef6a1f602a4f (patch)
tree882310965b2f687d3679c110ed750c1e3a488c6f /lisp/faces.el
parent423dbf9b1e682291f32cf901ad71c586eeca3958 (diff)
downloademacs-9aaf2b9c399b5b00c81c2578b873ef6a1f602a4f.tar.gz
Fix some (unrelated) typos in comment and ChangeLog.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 9a14e832065..d5f0ef90ee0 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2065,9 +2065,9 @@ terminal type to a different value."
(((supports :underline t))
:underline t)
(t
- ;; default to italic, even it doesn't appear to be supported,
- ;; because in some cases the display engine will do it's own
- ;; workaround (to `dim' on ttys)
+ ;; Default to italic, even if it doesn't appear to be supported,
+ ;; because in some cases the display engine will do its own
+ ;; workaround (to `dim' on ttys).
:slant italic))
"Basic italic face."
:group 'basic-faces)