Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
45d9f1ef
Commit
45d9f1ef
authored
Nov 24, 2000
by
Gerd Moellmann
Browse files
(lface_from_face_name): Function comment fix.
parent
bdc03dd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/xfaces.c
src/xfaces.c
+4
-4
No files found.
src/xfaces.c
View file @
45d9f1ef
...
...
@@ -2956,10 +2956,10 @@ resolve_face_name (face_name)
/* Return the face definition of FACE_NAME on frame F. F null means
return the
global
definition. FACE_NAME may be a string or
a
symbol (apparently Emacs 20.2 allow
s
strings as face names in
face
text properties;
e
diff uses that). If FACE_NAME is an alias
for
another face, return that face's definition. If SIGNAL_P is
return the definition
for new frames
. FACE_NAME may be a string or
a
symbol (apparently Emacs 20.2 allow
ed
strings as face names in
face
text properties;
E
diff uses that). If FACE_NAME is an alias
for
another face, return that face's definition. If SIGNAL_P is
non-zero, signal an error if FACE_NAME is not a valid face name.
If SIGNAL_P is zero, value is nil if FACE_NAME is not a valid face
name. */
...
...
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