1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; * lisp/faces.el (fill-column-indicator): Fix typo.

This commit is contained in:
Jimmy Aguilar Mena 2019-05-12 23:20:54 +02:00
parent fccc3d8067
commit d2d4916046

View 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."