branch: elpa/popup
commit 98965e841801082fffcdd612fc7ab0606f844463
Author: Javier Olachea <jav...@able.co>
Commit: GitHub <nore...@github.com>

    Fix typo in the docstring of popup-x-string
---
 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