mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
* password-cache.el (password-cache-remove): Fix docstring.
This commit is contained in:
parent
8d9181c799
commit
8c4ec20f01
@ -1,5 +1,7 @@
|
||||
2010-05-19 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* password-cache.el (password-cache-remove): Fix docstring.
|
||||
|
||||
* net/secrets.el: Autoload the widget functions.
|
||||
(secrets-search-items, secrets-create-item)
|
||||
(secrets-get-attributes, secrets-expand-item): Attributes will be
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user