emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master fadfc55: * lisp/faces.el: Fix a typo.


From: Eli Zaretskii
Subject: master fadfc55: * lisp/faces.el: Fix a typo.
Date: Wed, 7 Jul 2021 16:11:10 -0400 (EDT)

branch: master
commit fadfc55db1179712049077b2c195669687bf54dd
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * lisp/faces.el: Fix a typo.
---
 lisp/faces.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/faces.el b/lisp/faces.el
index a0a47a5..af2f37d 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]