aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-05-11 13:25:57 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-05-11 13:25:57 +0100
commit24761d2e63f14f27ab9eacd909e8cf15889d7a0f (patch)
tree2815ab57cd0a6739a0fb25b13cfdcadc2c13f647
parent372da7eaba1917b3df975c2743518eeceb567d3a (diff)
Fix docstring of sx-cache-invalidate-all
-rw-r--r--sx-cache.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/sx-cache.el b/sx-cache.el
index b17149f..4770fc2 100644
--- a/sx-cache.el
+++ b/sx-cache.el
@@ -95,7 +95,9 @@ re-initialize the cache."
Afterwards reinitialize caches using `sx-initialize'. If
SAVE-AUTH is non-nil, do not clear AUTH cache.
-Interactively only clear AUTH cache if prefix arg was given.
+Interactively, SAVE-AUTH is the negation of the prefix argument.
+That is, by default the auth cache is PRESERVED interactively.
+If you provide a prefix argument, the auth cache is INVALIDATED.
Note: This will also remove read/unread status of questions as well
as delete the list of hidden questions."