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
fadfc55d
Commit
fadfc55d
authored
Jul 07, 2021
by
Eli Zaretskii
Browse files
* lisp/faces.el: Fix a typo.
parent
9034dd05
Pipeline
#11330
failed with stages
in 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/faces.el
lisp/faces.el
+2
-2
No files found.
lisp/faces.el
View file @
fadfc55d
...
...
@@ -2915,7 +2915,7 @@ It is used for characters of no fonts too."
(
defface
tty-menu-enabled-face
'
((((
class
color
))
:foreground
"yellow"
:background
"blue"
:weight
bold
)
t
:weight
bold
)
(
t
:weight
bold
)
)
"Face for displaying enabled items in TTY menus."
:group
'basic-faces
:version
"28.1"
)
...
...
@@ -2925,7 +2925,7 @@ It is used for characters of no fonts too."
:foreground
"lightgray"
:background
"blue"
)
(((
class
color
))
:foreground
"white"
:background
"blue"
)
t
:inherit
shadow
)
(
t
:inherit
shadow
)
)
"Face for displaying disabled items in TTY menus."
:group
'basic-faces
:version
"28.1"
)
...
...
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