]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/faces.el (fill-column-indicator): Fix typo.
authorJimmy Aguilar Mena <spacibba@aol.com>
Sun, 12 May 2019 21:20:54 +0000 (23:20 +0200)
committerJimmy Aguilar Mena <spacibba@aol.com>
Sun, 12 May 2019 21:20:54 +0000 (23:20 +0200)
lisp/faces.el

index 207b627f251b2c5087c23fea715062bd22f6c7d8..89b598669c92c7525ddea774fcd1f39a039cc796 100644 (file)
@@ -2504,7 +2504,7 @@ unwanted effects."
 (defface fill-column-indicator
   '((t :inherit shadow :weight normal :slant normal
        :underline nil :overline nil :strike-through nil
-       :box nil :invert-video nil :stipple nil))
+       :box nil :inverse-video nil :stipple nil))
   "Face for displaying fill column indicator.
 This face is used when `display-fill-column-indicator-mode' is
 non-nil."