diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2010-05-19 14:52:27 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2010-05-19 14:52:27 +0200 |
commit | 8c4ec20f01c11b87bfc37168dcc0454b096e8106 (patch) | |
tree | 98b585b79bb56f6f74288fb288f1d23b31512c9b /lisp/password-cache.el | |
parent | 8d9181c7998eb4c69add7d79d96f2f0713503b1a (diff) | |
download | emacs-8c4ec20f01c11b87bfc37168dcc0454b096e8106.tar.gz |
* password-cache.el (password-cache-remove): Fix docstring.
Diffstat (limited to 'lisp/password-cache.el')
-rw-r--r-- | lisp/password-cache.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/password-cache.el b/lisp/password-cache.el index 126205a532f..7c07642a1f3 100644 --- a/lisp/password-cache.el +++ b/lisp/password-cache.el @@ -105,7 +105,7 @@ remove incorrect ones from the cache." (defun password-cache-remove (key) "Remove password indexed by KEY from password cache. -This is typically run be a timer setup from `password-cache-add', +This is typically run by a timer setup from `password-cache-add', but can be invoked at any time to forcefully remove passwords from the cache. This may be useful when it has been detected that a password is invalid, so that `password-read' query the |