aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index a284ca7fa2..1bbc35b3fc 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2467,7 +2467,8 @@ Build a menu of the possible matches."
(dolist (entry matches)
(insert "* " (car entry) " [" (nth 2 entry)
"]: (" (nth 2 entry) ")" (nth 1 entry) ".\n")))
- (Info-find-node "apropos" "top")))))
+ (Info-find-node "apropos" "top")
+ (setq Info-complete-cache nil)))))
(defun Info-undefined ()
"Make command be undefined in Info."