]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fix, plus try to fix grammar in doc string.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 30 Apr 2014 18:01:36 +0000 (11:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 30 Apr 2014 18:01:36 +0000 (11:01 -0700)
lisp/faces.el

index df31e0dfbd845e3bf577538c05e385a7023d75bf..7caba9a96c2740f8ce3a491704edab088d461ce2 100644 (file)
@@ -1644,11 +1644,11 @@ function for its other effects."
 The following sources are applied in this order:
 
   face reset to default values if it's the default face, otherwise set
-  to unspecifed (through `face-spec-reset-face`)
+  to unspecified (through `face-spec-reset-face')
    |
   (theme and user customization)
-    or: if none of the above exist, do not match the current frame or
-        did inherit from the defface spec instead of overwriting it
+    or: if none of the above exist, and none match the current frame or
+        inherited from the defface spec instead of overwriting it
         entirely, the following is applied instead:
   (defface default spec)
   (X resources (if applicable))