diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-05-11 13:25:57 +0100 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-05-11 13:25:57 +0100 |
commit | 24761d2e63f14f27ab9eacd909e8cf15889d7a0f (patch) | |
tree | 2815ab57cd0a6739a0fb25b13cfdcadc2c13f647 | |
parent | 372da7eaba1917b3df975c2743518eeceb567d3a (diff) |
Fix docstring of sx-cache-invalidate-all
-rw-r--r-- | sx-cache.el | 4 |
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." |