Defining Faces - GNU Emacs Lisp Reference Manual says that a face name should not end in -face
, but when I run list-faces-display
there are some face names that end with that. If I were to write a package which uses its own faces, should I use the -face
suffix?
What about user variables that hold faces? Should the variable names end in -face
?