From b2e59bb1f230267ec5257582478117737cc10049 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Thu, 20 Nov 2014 20:46:52 -0600 Subject: GitHub comments -- #77 --- sx-filter.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'sx-filter.el') diff --git a/sx-filter.el b/sx-filter.el index 5c878c5..38084b9 100644 --- a/sx-filter.el +++ b/sx-filter.el @@ -34,7 +34,6 @@ (defvar sx--filter-alist (sx-cache-get 'filter) "An alist of known filters. See `sx-filter-compile'. - Structure: (((INCLUDE EXCLUDE BASE ) . \"compiled filter \") @@ -47,7 +46,6 @@ Structure: ;;; @TODO allow BASE to be a precompiled filter name (defun sx-filter-compile (&optional include exclude base) "Compile INCLUDE and EXCLUDE into a filter derived from BASE. - INCLUDE and EXCLUDE must both be lists; BASE should be a string. Returns the compiled filter as a string." -- cgit v1.2.3