summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorJimmy Aguilar Mena <spacibba@aol.com>2019-05-03 19:27:59 +0200
committerJimmy Aguilar Mena <spacibba@aol.com>2019-05-03 23:35:36 +0200
commit73b302f9122f86d24d360dc185366c82d5906fb6 (patch)
treeec91d24c7d9b71c5057f9a1a548d3f873a5bf0b5 /lisp/faces.el
parent078558078113881bb6093cbfbd62979c05c7f3d3 (diff)
downloademacs-fill_column_indicator.tar.gz
;Corrected display-fill-column-indicator mode.fill_column_indicator
Small corrections in the documentation and code format to merge into master.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el10
1 files changed, 3 insertions, 7 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 121cf7ef1d2..b9332790642 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2501,15 +2501,11 @@ unwanted effects."
:group 'display-line-numbers)
;; Definition stolen from display-line-numbers.
-(defface fill-column-face
+(defface fill-column-indicator
'((t :inherit (shadow default)))
- "Face for displaying fill column indicator line.
+ "Face for displaying fill column indicator.
This face is used when `display-fill-column-indicator-mode' is
-non-nil.
-
-If you customize the font of this face, make sure it is a
-monospaced font, otherwise the line's characters will not line
-up horizontally."
+non-nil."
:version "27.1"
:group 'basic-faces
:group 'display-fill-column-indicator)