summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-01-26 22:30:24 +0000
committerjao <jao@gnu.org>2021-01-26 22:30:24 +0000
commit31f89b465f6721ee18bdc220470b5b54a4de633e (patch)
tree4d93026db4aeff3d329bed491d9af729cbbe8d2d
parentf5434a47854a2a6aff9ab590d22bea1a8e00a1cb (diff)
downloadelibs-31f89b465f6721ee18bdc220470b5b54a4de633e.tar.gz
elibs-31f89b465f6721ee18bdc220470b5b54a4de633e.tar.bz2
typo
-rw-r--r--media/espotify.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/espotify.org b/media/espotify.org
index d77bd0d..b50fcda 100644
--- a/media/espotify.org
+++ b/media/espotify.org
@@ -355,7 +355,7 @@ Let's start with an umbrella customization group:
(defvar espotify-search-threshold 8
"Threshold to automatically launch an actual Web query.")
- (defun espotify--check-term (prev new)
+ (defun espotify-check-term (prev new)
(when (not (string-blank-p new))
(cond ((string-suffix-p espotify-search-suffix new)
(substring new 0 (- (length new) (length espotify-search-suffix))))