Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
05924677
Commit
05924677
authored
Jul 22, 2019
by
Alan Mackenzie
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/lispref/display.texi (Defining Faces): Say a face can't be undefined.
parent
150bdfe4
Pipeline
#2518
passed with stage
in 35 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
doc/lispref/display.texi
doc/lispref/display.texi
+5
-0
No files found.
doc/lispref/display.texi
View file @
05924677
...
...
@@ -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},
...
...
EMBA bot
@bot
mentioned in commit
1ac0cfa2
·
Jul 31, 2019
mentioned in commit
1ac0cfa2
mentioned in commit 1ac0cfa2642ac026e09a7555f000e895b49289d5
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment