diff options
author | Sean Allred <code@seanallred.com> | 2014-11-20 20:46:52 -0600 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-20 20:46:52 -0600 |
commit | b2e59bb1f230267ec5257582478117737cc10049 (patch) | |
tree | 29c8bda490c43fee66a9cf1383ff30afc4ef3e81 /sx-filter.el | |
parent | 48e3e7bfd485901e90d807e4470ce8d192459933 (diff) |
GitHub comments -- #77
Diffstat (limited to 'sx-filter.el')
-rw-r--r-- | sx-filter.el | 2 |
1 files changed, 0 insertions, 2 deletions
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." |