From: Jimmy Aguilar Mena Date: Sun, 12 May 2019 21:20:54 +0000 (+0200) Subject: ; * lisp/faces.el (fill-column-indicator): Fix typo. X-Git-Tag: emacs-27.0.90~2914 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2d4916046e31e46598f0a0edbc65e75b8cb4cc3;p=emacs.git ; * lisp/faces.el (fill-column-indicator): Fix typo. --- 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."