Function: password-reset

password-reset is an interactive and byte-compiled function defined in password-cache.el.gz.

Signature

(password-reset)

Documentation

Clear the password cache.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/password-cache.el.gz
(defun password-reset ()
  "Clear the password cache."
  (interactive)
  (clrhash password-data))