diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/align.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/align.el b/lisp/align.el index 6b6cba12447..b13008b1fdf 100644 --- a/lisp/align.el +++ b/lisp/align.el @@ -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) |