From ae7c1cd5fe571587d52b489615fe9f26a117fb7e Mon Sep 17 00:00:00 2001 From: Tianxiang Xiong Date: Sat, 1 Apr 2017 11:58:58 -0700 Subject: [PATCH v1] Add item to Coding Conventions on face names --- doc/lispref/tips.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index 4e2a0fa..311369f 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi @@ -163,6 +163,11 @@ to store a list of functions (i.e., the variable is a hook), please follow the naming conventions for hooks. @xref{Hooks}. @item address@hidden face name +Face names should not end in @samp{-face} (that would be +redundant). @xref{Defining Faces} + address@hidden @cindex unloading packages, preparing for If loading the file adds functions to hooks, define a function @address@hidden, where @var{feature} is the name -- 2.7.4