]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/display.texi (Defining Faces): Say a face can't be undefined.
authorAlan Mackenzie <acm@muc.de>
Mon, 22 Jul 2019 14:57:41 +0000 (14:57 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 22 Jul 2019 14:57:41 +0000 (14:57 +0000)
doc/lispref/display.texi

index 276d60b21a716e470f84e6070d7367d868da068c..9eb406b3c6a2523ac0c426d5d6e87e2a4ae5f407 100644 (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},