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:
parent
fccc3d8067
commit
d2d4916046
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue