summaryrefslogtreecommitdiff
path: root/CONTRIBUTE
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-02-09 08:49:55 +0200
committerEli Zaretskii <eliz@gnu.org>2024-02-09 08:49:55 +0200
commit7d3a144486461869b943f04a45e84c0c3d926732 (patch)
tree42fe6c61f784892486105eb7118883fe4a832204 /CONTRIBUTE
parent09c53b717d4941e2ddd113f3f6817bf65ae196f4 (diff)
downloademacs-7d3a144486461869b943f04a45e84c0c3d926732.tar.gz
; Mention defface's and their :version tags in CONTRIBUTE.
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r--CONTRIBUTE7
1 files changed, 4 insertions, 3 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index 69d7a2f114f..cdb47911d76 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -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