Function: info-lookup->mode-cache

info-lookup->mode-cache is a byte-compiled function defined in info-look.el.gz.

Signature

(info-lookup->mode-cache TOPIC MODE)

Source Code

;; Defined in /usr/src/emacs/lisp/info-look.el.gz
(defun info-lookup->mode-cache (topic mode)
  (assoc mode (info-lookup->topic-cache topic)))