1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Fix documentation of previous change.

* lisp/display-fill-column-indicator.el
(display-fill-column-indicator-warning)
(display-fill-column-indicator-warning-face): Doc fixes.

* etc/NEWS: Announce 'display-fill-column-indicator-warning'.
(Bug#76494).
This commit is contained in:
Eli Zaretskii 2025-03-09 11:20:33 +02:00
parent 2322dea77c
commit 7e89ef2ced
2 changed files with 9 additions and 2 deletions

View file

@ -43,7 +43,7 @@
:link '(info-link "(emacs)Displaying Boundaries"))
(defcustom display-fill-column-indicator-warning nil
"Highlight fill-column-indicator when current column is too long.
"Highlight fill-column-indicator when current line is too long.
Non-nil means highlight fill-column-indicator when current column exceeds
`display-fill-column-indicator-column'."
:type 'boolean
@ -51,7 +51,7 @@ Non-nil means highlight fill-column-indicator when current column exceeds
(defface display-fill-column-indicator-warning-face
'((t :inherit error :stipple nil))
"Face used to highlight `display-fill-column-indicator' when column is too long."
"Face used to highlight `display-fill-column-indicator' when lines are too long."
:version "31.1")
(defun fill-indicator--set-warning ()