From 5f4f1a0495b79e418b6df16d4642a33c9ccda007 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Wed, 19 Nov 2014 10:56:10 -0500 Subject: Minor typos and incorrect information --- sx-filter.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sx-filter.el') diff --git a/sx-filter.el b/sx-filter.el index 1241614..5c878c5 100644 --- a/sx-filter.el +++ b/sx-filter.el @@ -74,7 +74,7 @@ Returns the compiled filter as a string." If the filter data exist in `sx--filter-alist', that value will be returned. Otherwise, compile INCLUDE, EXCLUDE, and BASE into a filter with `sx-filter-compile' and push the association onto -`sx--filter-alist'. Re-cache the alise with `sx-cache-set' and +`sx--filter-alist'. Re-cache the alist with `sx-cache-set' and return the compiled filter." (or (cdr (assoc (list include exclude base) sx--filter-alist)) (let ((filter (sx-filter-compile include exclude base))) -- cgit v1.2.3