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

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

[nongnu] elpa/popup 0eeb16d 160/184: Merge pull request #113 from Edward


From: ELPA Syncer
Subject: [nongnu] elpa/popup 0eeb16d 160/184: Merge pull request #113 from EdwardBetts/spelling
Date: Wed, 6 Oct 2021 00:01:34 -0400 (EDT)

branch: elpa/popup
commit 0eeb16d146dacfaadd2cf26a849c392e85d22475
Merge: df4b147 0a6447b
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #113 from EdwardBetts/spelling
    
    correct spelling mistake
---
 popup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/popup.el b/popup.el
index b67a777..cffab50 100644
--- a/popup.el
+++ b/popup.el
@@ -61,7 +61,7 @@ If there is a problem, please set it nil.")
      (when it ,@body)))
 
 (defun popup-x-to-string (x)
-  "Convert any object to string effeciently.
+  "Convert any object to string efficiently.
 This is faster than `prin1-to-string' in many cases."
   (cl-typecase x
     (string x)



reply via email to

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