]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-mode-menu): Remove ellipsis from "Index".
authorJuri Linkov <juri@jurta.org>
Mon, 28 Mar 2005 01:24:10 +0000 (01:24 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 28 Mar 2005 01:24:10 +0000 (01:24 +0000)
Add ellipsis to "Lookup a String", "Lookup a string in all indices".
Add `:active Info-index-alternatives' to "Next Matching Item".

lisp/info.el

index 870e1ad89f6734eb09f04265478a3fc29052d2c3..cefe603a4001b2a95521370c736b683f0246fdd8 100644 (file)
@@ -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]