diff lisp/info.el @ 55134:1f59134413ff

(info-apropos): Reset Info-complete-cache.
author Jesper Harder <harder@ifa.au.dk>
date Sun, 25 Apr 2004 14:08:02 +0000
parents b8934c440dd6
children 33f0fdb8887c
line wrap: on
line diff
--- a/lisp/info.el	Sun Apr 25 12:57:05 2004 +0000
+++ b/lisp/info.el	Sun Apr 25 14:08:02 2004 +0000
@@ -2467,7 +2467,8 @@
 	  (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."