changeset 32391:5c381664251f

(Info-mode-menu): Fix some help. (info-tool-bar-map): Add entry for Info-last.
author Dave Love <fx@gnu.org>
date Wed, 11 Oct 2000 18:23:46 +0000
parents 22d3e64cc0c6
children 4d8ff72a1290
files lisp/info.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Wed Oct 11 18:15:36 2000 +0000
+++ b/lisp/info.el	Wed Oct 11 18:23:46 2000 +0000
@@ -2003,7 +2003,7 @@
     :help "Search for regular expression in this Info file"]
    ["Goto Node..." Info-goto-node
     :help "Go to a named node"]
-   ["Last" Info-last Info-history
+   ["Last" Info-last :active Info-history
     :help "Go to the last node you were at"]
    ("Index..."
     ["Lookup a String" Info-index
@@ -2012,7 +2012,7 @@
      :help "Look for another occurrence of previous item"])
    ["Edit" Info-edit :help "Edit contents of this node"
     :active Info-enable-edit]
-   ["Exit" Info-exit t]))
+   ["Exit" Info-exit :help "Stop reading Info"]))
 
 
 (defvar info-tool-bar-map
@@ -2022,6 +2022,7 @@
 	(tool-bar-add-item-from-menu 'Info-prev "left_arrow" Info-mode-map)
 	(tool-bar-add-item-from-menu 'Info-next "right_arrow" Info-mode-map)
 	(tool-bar-add-item-from-menu 'Info-up "up_arrow" Info-mode-map)
+	(tool-bar-add-item-from-menu 'Info-last "undo" Info-mode-map)
 	(tool-bar-add-item-from-menu 'Info-top-node "home" Info-mode-map)
 	(tool-bar-add-item-from-menu 'Info-index "index" Info-mode-map)
 	(tool-bar-add-item-from-menu 'Info-goto-node "jump_to" Info-mode-map)