comparison lisp/info.el @ 90133:4da4a09e8b1b

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 206-222) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 45-52) - Update from CVS - Update from CVS: texi Makefile.in CVS keyw cruft - Update from CVS: ChangeLog tweaks
author Miles Bader <miles@gnu.org>
date Thu, 31 Mar 2005 09:58:14 +0000
parents 30ad2795fdab ea8106ee0289
children 02f1dbc4a199
comparison
equal deleted inserted replaced
90132:4080fe8b4f0f 90133:4da4a09e8b1b
3024 :help "Go forward in history"] 3024 :help "Go forward in history"]
3025 ["History" Info-history :active Info-history-list 3025 ["History" Info-history :active Info-history-list
3026 :help "Go to menu of visited nodes"] 3026 :help "Go to menu of visited nodes"]
3027 ["Table of Contents" Info-toc 3027 ["Table of Contents" Info-toc
3028 :help "Go to table of contents"] 3028 :help "Go to table of contents"]
3029 ("Index..." 3029 ("Index"
3030 ["Lookup a String" Info-index 3030 ["Lookup a String..." Info-index
3031 :help "Look for a string in the index items"] 3031 :help "Look for a string in the index items"]
3032 ["Next Matching Item" Info-index-next 3032 ["Next Matching Item" Info-index-next :active Info-index-alternatives
3033 :help "Look for another occurrence of previous item"] 3033 :help "Look for another occurrence of previous item"]
3034 ["Lookup a string in all indices" info-apropos 3034 ["Lookup a string in all indices..." info-apropos
3035 :help "Look for a string in the indices of all manuals"]) 3035 :help "Look for a string in the indices of all manuals"])
3036 ["Edit" Info-edit :help "Edit contents of this node" 3036 ["Edit" Info-edit :help "Edit contents of this node"
3037 :active Info-enable-edit] 3037 :active Info-enable-edit]
3038 ["Copy Node Name" Info-copy-current-node-name 3038 ["Copy Node Name" Info-copy-current-node-name
3039 :help "Copy the name of the current node into the kill ring"] 3039 :help "Copy the name of the current node into the kill ring"]