comparison lisp/password-cache.el @ 108700:acad6349cba4

* password-cache.el (password-cache-remove): Fix docstring.
author Michael Albinus <michael.albinus@gmx.de>
date Wed, 19 May 2010 14:52:27 +0200
parents ecbe0edc4f69
children 8d09094063d0
comparison
equal deleted inserted replaced
108699:69ac0d220a1c 108700:acad6349cba4
103 103
104 (make-obsolete 'password-read-and-add 'password-read "23.1") 104 (make-obsolete 'password-read-and-add 'password-read "23.1")
105 105
106 (defun password-cache-remove (key) 106 (defun password-cache-remove (key)
107 "Remove password indexed by KEY from password cache. 107 "Remove password indexed by KEY from password cache.
108 This is typically run be a timer setup from `password-cache-add', 108 This is typically run by a timer setup from `password-cache-add',
109 but can be invoked at any time to forcefully remove passwords 109 but can be invoked at any time to forcefully remove passwords
110 from the cache. This may be useful when it has been detected 110 from the cache. This may be useful when it has been detected
111 that a password is invalid, so that `password-read' query the 111 that a password is invalid, so that `password-read' query the
112 user again." 112 user again."
113 (let ((password (symbol-value (intern-soft key password-data)))) 113 (let ((password (symbol-value (intern-soft key password-data))))