aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/display.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 276d60b21a7..9eb406b3c6a 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -2476,6 +2476,11 @@ face name. In the vast majority of cases, this is not necessary; the
2476usual procedure is to define a face with @code{defface}, and then use 2476usual procedure is to define a face with @code{defface}, and then use
2477its name directly. 2477its name directly.
2478 2478
2479@cindex face (non-removability of)
2480Note that once you have defined a face (usually with @code{defface}),
2481you cannot later undefine this face safely, except by restarting
2482Emacs.
2483
2479@defmac defface face spec doc [keyword value]@dots{} 2484@defmac defface face spec doc [keyword value]@dots{}
2480This macro declares @var{face} as a named face whose default face spec 2485This macro declares @var{face} as a named face whose default face spec
2481is given by @var{spec}. You should not quote the symbol @var{face}, 2486is given by @var{spec}. You should not quote the symbol @var{face},