aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
2504(defface fill-column-indicator 2504(defface fill-column-indicator
2505 '((t :inherit shadow :weight normal :slant normal 2505 '((t :inherit shadow :weight normal :slant normal
2506 :underline nil :overline nil :strike-through nil 2506 :underline nil :overline nil :strike-through nil
2507 :box nil :invert-video nil :stipple nil)) 2507 :box nil :inverse-video nil :stipple nil))
2508 "Face for displaying fill column indicator. 2508 "Face for displaying fill column indicator.
2509This face is used when `display-fill-column-indicator-mode' is 2509This face is used when `display-fill-column-indicator-mode' is
2510non-nil." 2510non-nil."