summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorJimmy Aguilar Mena <spacibba@aol.com>2019-05-12 23:20:54 +0200
committerJimmy Aguilar Mena <spacibba@aol.com>2019-05-12 23:20:54 +0200
commitd2d4916046e31e46598f0a0edbc65e75b8cb4cc3 (patch)
treebc7ca7b04e83316f6e4a06e3b3b10eaed1c74409 /lisp/faces.el
parentfccc3d80671d25628fb9b2cf52edd8e5724760a3 (diff)
downloademacs-d2d4916046e31e46598f0a0edbc65e75b8cb4cc3.tar.gz
; * lisp/faces.el (fill-column-indicator): Fix typo.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 207b627f251..89b598669c9 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -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."