+2004-04-25 Jesper Harder <harder@ifa.au.dk>
+
+ * info.el (info-apropos): Reset Info-complete-cache.
+
2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
* progmodes/compile.el (compilation-error-regexp-alist-alist):
(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."