Mercurial > emacs
changeset 61029:ea8106ee0289
(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".
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 28 Mar 2005 01:24:10 +0000 |
parents | 8b4c93f5bcf1 |
children | 6b0506554db8 |
files | lisp/info.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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]