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

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

[nongnu] elpa/lua-mode 3f67365 394/468: Renamed word “Result” to “Actua


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 3f67365 394/468: Renamed word “Result” to “Actual” in matcher's message
Date: Thu, 5 Aug 2021 04:59:16 -0400 (EDT)

branch: elpa/lua-mode
commit 3f673651b965078e32295a7b398bd73594c14510
Author: Serghei Iakovlev <egrep@protonmail.ch>
Commit: Serghei Iakovlev <egrep@protonmail.ch>

    Renamed word “Result” to “Actual” in matcher's message
    
    For more see: https://github.com/immerrr/lua-mode/pull/164
---
 test/utils.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/utils.el b/test/utils.el
index 00e0118..b5ef98e 100644
--- a/test/utils.el
+++ b/test/utils.el
@@ -20,7 +20,7 @@ Fontification check failed for:
 Fontification check failed on line %d for:
 %S
   Expected faces: %S
-  Result faces:   %S"
+  Actual faces:   %S"
                         lineno text (car expected-faces) (car result-faces)))
       (setq expected-faces (cdr expected-faces)
             result-faces (cdr result-faces)



reply via email to

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