1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

Refer to align-highlight-rule in face docstrings

* lisp/align.el (align-highlight-change-face)
(align-highlight-nochange-face): Refer to align-highlight-rule.
This commit is contained in:
Stefan Kangas 2023-08-02 08:50:14 +02:00
parent 4b73edb8d1
commit af2de7b1f2

View File

@ -164,12 +164,14 @@ values may cause unexpected behavior at times."
:group 'align)
(defcustom align-highlight-change-face 'highlight
"The face to highlight with if changes are necessary."
"The face to highlight with if changes are necessary.
Used by the `align-highlight-rule' command."
:type 'face
:group 'align)
(defcustom align-highlight-nochange-face 'secondary-selection
"The face to highlight with if no changes are necessary."
"The face to highlight with if no changes are necessary.
Used by the `align-highlight-rule' command."
:type 'face
:group 'align)