emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/swift-mode e229d69 405/496: Fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode e229d69 405/496: Fix typo
Date: Sun, 29 Aug 2021 11:34:16 -0400 (EDT)

branch: elpa/swift-mode
commit e229d6927e75378b9d89fc18d260bd324c91d82f
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>

    Fix typo
---
 swift-mode-font-lock.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.el
index 436eb5d..d1ce13c 100644
--- a/swift-mode-font-lock.el
+++ b/swift-mode-font-lock.el
@@ -80,7 +80,7 @@ Exmpale: #if, #endif, and #selector."
   "Face for highlighting builtin functions."
   :group 'swift-mode:faces)
 
-(defface swift-mode:builtin-propertie-face
+(defface swift-mode:builtin-property-face
   '((t . (:inherit font-lock-builtin-face)))
   "Face for highlighting builtin properties."
   :group 'swift-mode:faces)
@@ -529,7 +529,7 @@ Excludes true, false, and keywords begin with a number 
sign.")
 
     (,(concat "\\." (regexp-opt swift-mode:standard-properties 'words))
      1
-     'swift-mode:builtin-propertie-face)
+     'swift-mode:builtin-property-face)
 
     (,(concat "\\." (regexp-opt swift-mode:standard-enum-cases 'words))
      1



reply via email to

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