aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
authorJesper Harder <[email protected]>2004-04-25 14:08:02 +0000
committerJesper Harder <[email protected]>2004-04-25 14:08:02 +0000
commit82f1aca958e38a6747a71d508f40a9a3154fc98b (patch)
treee581cbe007fba6906c984a56709dee585b32e63a /lisp/info.el
parent63915149f3f52ab3895f7404f713a5613b6546c7 (diff)
(info-apropos): Reset Info-complete-cache.
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."