branch: elpa/popup
commit 0eeb16d146dacfaadd2cf26a849c392e85d22475
Merge: df4b147 0a6447b
Author: Jen-Chieh Shen <[email protected]>
Commit: GitHub <[email protected]>
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)