From d2d4916046e31e46598f0a0edbc65e75b8cb4cc3 Mon Sep 17 00:00:00 2001 From: Jimmy Aguilar Mena Date: Sun, 12 May 2019 23:20:54 +0200 Subject: [PATCH] ; * lisp/faces.el (fill-column-indicator): Fix typo. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.2