]> git.eshelyaron.com Git - emacs.git/commitdiff
Refer to align-highlight-rule in face docstrings
authorStefan Kangas <stefankangas@gmail.com>
Wed, 2 Aug 2023 06:50:14 +0000 (08:50 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 2 Aug 2023 19:48:50 +0000 (21:48 +0200)
* lisp/align.el (align-highlight-change-face)
(align-highlight-nochange-face): Refer to align-highlight-rule.

lisp/align.el

index 6b6cba124478b68686d6d20d0dbb3319612e8251..b13008b1fdf07a8927225e54b508797446c60088 100644 (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)