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

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

[nongnu] elpa/slime 46714e8eef 26/44: Fix typo in message shown when ins


From: ELPA Syncer
Subject: [nongnu] elpa/slime 46714e8eef 26/44: Fix typo in message shown when inspecting a macro
Date: Fri, 29 Dec 2023 01:00:04 -0500 (EST)

branch: elpa/slime
commit 46714e8eef318413c3e0a7c0cc3068a9fa296e11
Author: Matteo Landi <matteo@matteolandi.net>
Commit: Luís Oliveira <luismbo@gmail.com>

    Fix typo in message shown when inspecting a macro
---
 contrib/swank-fancy-inspector.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/swank-fancy-inspector.lisp 
b/contrib/swank-fancy-inspector.lisp
index d61cfe2ede..3351a4bdb2 100644
--- a/contrib/swank-fancy-inspector.lisp
+++ b/contrib/swank-fancy-inspector.lisp
@@ -39,7 +39,7 @@
         ;; Function
         (if (fboundp symbol)
             (append (if (macro-function symbol)
-                        `("It a macro with macro-function: "
+                        `("It is a macro with macro-function: "
                           (:value ,(macro-function symbol)))
                         `("It is a function: "
                           (:value ,(symbol-function symbol))))



reply via email to

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