1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

* doc/lispref/display.texi (Defining Faces): Say a face can't be undefined.

This commit is contained in:
Alan Mackenzie 2019-07-22 14:57:41 +00:00
parent 150bdfe43a
commit 05924677f0

View File

@ -2476,6 +2476,11 @@ face name. In the vast majority of cases, this is not necessary; the
usual procedure is to define a face with @code{defface}, and then use
its name directly.
@cindex face (non-removability of)
Note that once you have defined a face (usually with @code{defface}),
you cannot later undefine this face safely, except by restarting
Emacs.
@defmac defface face spec doc [keyword value]@dots{}
This macro declares @var{face} as a named face whose default face spec
is given by @var{spec}. You should not quote the symbol @var{face},