# HG changeset patch # User Eli Zaretskii # Date 1148674198 0 # Node ID 4477a2e4665903cfc74592ee8b38600586c7f2cf # Parent 3ffa2f66a3037d4261e0eb5db50965253def925d (Info-index-next): Use where-is-internal to report actual binding of Info-index-next, rather than hard-coded `,'. diff -r 3ffa2f66a303 -r 4477a2e46659 lisp/info.el --- a/lisp/info.el Fri May 26 20:01:16 2006 +0000 +++ b/lisp/info.el Fri May 26 20:09:58 2006 +0000 @@ -2866,8 +2866,11 @@ (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)) + (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)