aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Leech-Pepin <jonathan.leechpepin@gmail.com>2014-11-18 14:40:15 -0500
committerJonathan Leech-Pepin <jonathan.leechpepin@gmail.com>2014-11-18 14:40:15 -0500
commitb06364055527d93fcea18376befe060c28f97317 (patch)
tree457d36f3b5efcc6d24edb595423e2554c2430bde
parent13758581e7c8a5cbfcedb1b8c0eb4089a058ff80 (diff)
Fix docstring.
-rw-r--r--sx-cache.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/sx-cache.el b/sx-cache.el
index 45b379c..1e64f4f 100644
--- a/sx-cache.el
+++ b/sx-cache.el
@@ -70,8 +70,7 @@ DATA will be written as returned by `prin1'."
(defun sx-cache--invalidate (cache &optional vars init-method)
"Set cache CACHE to nil.
-VARS is a list of variables to set to unbind to ensure cache is
-cleared.
+VARS is a list of variables to unbind to ensure cache is cleared.
If INIT-METHOD is defined, call it after all invalidation to
re-initialize the cache."
(sx-cache-set cache nil)