# HG changeset patch # User Juri Linkov # Date 1111973050 0 # Node ID ea8106ee02899da2ebe4eab71349015a23f435c9 # Parent 8b4c93f5bcf1c50b7596be1918ca06a526f4fa9f (Info-mode-menu): Remove ellipsis from "Index". Add ellipsis to "Lookup a String", "Lookup a string in all indices". Add `:active Info-index-alternatives' to "Next Matching Item". diff -r 8b4c93f5bcf1 -r ea8106ee0289 lisp/info.el --- a/lisp/info.el Mon Mar 28 01:19:46 2005 +0000 +++ b/lisp/info.el Mon Mar 28 01:24:10 2005 +0000 @@ -3026,12 +3026,12 @@ :help "Go to menu of visited nodes"] ["Table of Contents" Info-toc :help "Go to table of contents"] - ("Index..." - ["Lookup a String" Info-index + ("Index" + ["Lookup a String..." Info-index :help "Look for a string in the index items"] - ["Next Matching Item" Info-index-next + ["Next Matching Item" Info-index-next :active Info-index-alternatives :help "Look for another occurrence of previous item"] - ["Lookup a string in all indices" info-apropos + ["Lookup a string in all indices..." info-apropos :help "Look for a string in the indices of all manuals"]) ["Edit" Info-edit :help "Edit contents of this node" :active Info-enable-edit]