Function: info-lookup-reset
info-lookup-reset is an autoloaded, interactive and byte-compiled
function defined in info-look.el.gz.
Signature
(info-lookup-reset)
Documentation
Throw away all cached data.
This command is useful if the user wants to start at the beginning without quitting Emacs, for example, after some Info documents were updated on the system.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/info-look.el.gz
;;;###autoload
(defun info-lookup-reset ()
"Throw away all cached data.
This command is useful if the user wants to start at the beginning without
quitting Emacs, for example, after some Info documents were updated on the
system."
(interactive)
(setq info-lookup-cache nil))