From: Juri Linkov Date: Mon, 28 Mar 2005 01:24:10 +0000 (+0000) Subject: (Info-mode-menu): Remove ellipsis from "Index". X-Git-Tag: ttn-vms-21-2-B4~1445 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5938202c7df85400fe553745d8012f908fe827da;p=emacs.git (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 --git a/lisp/info.el b/lisp/info.el index 870e1ad89f6..cefe603a400 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -3026,12 +3026,12 @@ if point is in a menu item description, follow that menu item." :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]