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:
parent
4b73edb8d1
commit
af2de7b1f2
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user