*** info.el.~1.483.~ 2006-04-09 09:18:52.000000000 +1000 --- info.el 2006-04-17 15:15:00.000000000 +1000 *************** *** 2866,2873 **** (car (car Info-index-alternatives)) (nth 2 (car Info-index-alternatives)) (if (cdr Info-index-alternatives) ! (format "(%s total; use `,' for next)" ! (length Info-index-alternatives)) "(Only match)"))) (defun Info-find-index-name (name) --- 2866,2876 ---- (car (car Info-index-alternatives)) (nth 2 (car Info-index-alternatives)) (if (cdr Info-index-alternatives) ! (format "(%s total; use `%s' for next)" ! (length Info-index-alternatives) ! (key-description (where-is-internal ! 'Info-index-next overriding-local-map ! t))) "(Only match)"))) (defun Info-find-index-name (name)