From: Stefan Kangas Date: Wed, 2 Aug 2023 06:50:14 +0000 (+0200) Subject: Refer to align-highlight-rule in face docstrings X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af2de7b1f2adde62b4030f95fe5697a68d0c0d90;p=emacs.git Refer to align-highlight-rule in face docstrings * lisp/align.el (align-highlight-change-face) (align-highlight-nochange-face): Refer to align-highlight-rule. --- 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)