]> git.eshelyaron.com Git - emacs.git/commitdiff
; Mention defface's and their :version tags in CONTRIBUTE.
authorEli Zaretskii <eliz@gnu.org>
Fri, 9 Feb 2024 06:49:55 +0000 (08:49 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 11 Feb 2024 16:32:53 +0000 (17:32 +0100)
(cherry picked from commit 7d3a144486461869b943f04a45e84c0c3d926732)

CONTRIBUTE

index 54f21e8daccdb0be8b666b5dff715bb9b477faa1..bdee16eeab40af6dc57f716fcdf96cd27d8895cd 100644 (file)
@@ -115,9 +115,10 @@ mode after hiding the body of each entry.
 
 Doc-strings should be updated together with the code.
 
-New defcustom's should always have a ':version' tag stating the first
-Emacs version in which they will appear.  Likewise with defcustom's
-whose value is changed -- update their ':version' tag.
+New defcustom's and defface's should always have a ':version' tag
+stating the first Emacs version in which they will appear.  Likewise
+with defcustom's or defface's whose value is changed -- update their
+':version' tag.
 
 Think about whether your change requires updating the manuals.  If you
 know it does not, mark the NEWS entry with "---" before the entry.  If