diff options
author | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-18 11:44:16 -0500 |
---|---|---|
committer | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-18 11:57:45 -0500 |
commit | cb4d53d57f5ee68aced5ff1a73829eea8a2d662b (patch) | |
tree | 863e8891fa45fec68f6c674561a32f39793f0215 /sx-networks.el | |
parent | 6a1d561e3af81aaa67dd834192697e39e3e4bc5d (diff) |
Correct naming of cache to correspond to sx-cache-get.
Diffstat (limited to 'sx-networks.el')
-rw-r--r-- | sx-networks.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-networks.el b/sx-networks.el index fbb2d78..755d62c 100644 --- a/sx-networks.el +++ b/sx-networks.el @@ -74,7 +74,7 @@ the variables." (sx-network--get-associated)) (defun sx-network--initialize () - "Ensure user-cache is available. + "Ensure network-user cache is available. Added as hook to initialization." ;; Cache was not retrieved, retrieve it. |