emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Tue, 11 Oct 2005 01:47:56 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.448 emacs/lisp/info.el:1.449
*** emacs/lisp/info.el:1.448    Tue Oct  4 14:06:43 2005
--- emacs/lisp/info.el  Tue Oct 11 05:47:55 2005
***************
*** 3150,3157 ****
       :help "Look for another occurrence of previous item"]
      ["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]
     ["Copy Node Name" Info-copy-current-node-name
      :help "Copy the name of the current node into the kill ring"]
     ["Clone Info buffer" clone-buffer
--- 3150,3155 ----
***************
*** 3290,3307 ****
  \\[Info-menu] Pick menu item specified by name (or abbreviation).
          Picking a menu item causes another node to be selected.
  \\[Info-directory]    Go to the Info directory node.
  \\[Info-follow-reference]     Follow a cross reference.  Reads name of 
reference.
  \\[Info-history-back] Move back in history to the last node you were at.
  \\[Info-history-forward]      Move forward in history to the node you 
returned from after using \\[Info-history-back].
  \\[Info-history]      Go to menu of visited nodes.
  \\[Info-toc]  Go to table of contents of the current Info file.
- \\[Info-top-node]     Go to the Top node of this file.
- \\[Info-final-node]   Go to the final node in this file.
- \\[Info-backward-node]        Go backward one node, considering all nodes as 
forming one sequence.
- \\[Info-forward-node] Go forward one node, considering all nodes as forming 
one sequence.
- \\[Info-index]        Look up a topic in this file's Index and move to that 
node.
- \\[Info-index-next]   (comma) Move to the next match from a previous 
\\<Info-mode-map>\\[Info-index] command.
- \\[info-apropos]      Look for a string in the indices of all manuals.
  
  Moving within a node:
  \\[Info-scroll-up]    Normally, scroll forward a full screen.
--- 3288,3304 ----
  \\[Info-menu] Pick menu item specified by name (or abbreviation).
          Picking a menu item causes another node to be selected.
  \\[Info-directory]    Go to the Info directory node.
+ \\[Info-top-node]     Go to the Top node of this file.
+ \\[Info-final-node]   Go to the final node in this file.
+ \\[Info-backward-node]        Go backward one node, considering all nodes as 
forming one sequence.
+ \\[Info-forward-node] Go forward one node, considering all nodes as forming 
one sequence.
+ \\[Info-next-reference]       Move cursor to next cross-reference or menu 
item.
+ \\[Info-prev-reference]       Move cursor to previous cross-reference or menu 
item.
  \\[Info-follow-reference]     Follow a cross reference.  Reads name of 
reference.
  \\[Info-history-back] Move back in history to the last node you were at.
  \\[Info-history-forward]      Move forward in history to the node you 
returned from after using \\[Info-history-back].
  \\[Info-history]      Go to menu of visited nodes.
  \\[Info-toc]  Go to table of contents of the current Info file.
  
  Moving within a node:
  \\[Info-scroll-up]    Normally, scroll forward a full screen.
***************
*** 3315,3336 ****
  \\[beginning-of-buffer]       Go to beginning of node.
  
  Advanced commands:
- \\[Info-copy-current-node-name]       Put name of current Info node in the 
kill ring.
- \\[clone-buffer]      Select a new cloned Info buffer in another window.
- \\[Info-edit] Edit contents of selected node.
- 1 .. 9        Pick first ... ninth item in node's menu.
-         Every third `*' is highlighted to help pick the right number.
- \\[Info-goto-node]    Move to node specified by name.
-         You may include a filename as well, as (FILENAME)NODENAME.
- \\[universal-argument] \\[info]       Move to new Info file with completion.
- \\[universal-argument] N \\[info]     Select Info buffer with prefix number 
in the name *info*<N>.
  \\[Info-search]       Search through this Info file for specified regexp,
          and select the node in which the next occurrence is found.
  \\[Info-search-case-sensitively]      Search through this Info file for 
specified regexp case-sensitively.
  \\[Info-search-next]  Search for another occurrence of regexp
          from a previous \\<Info-mode-map>\\[Info-search] command.
! \\[Info-next-reference]       Move cursor to next cross-reference or menu 
item.
! \\[Info-prev-reference]       Move cursor to previous cross-reference or menu 
item."
    (kill-all-local-variables)
    (setq major-mode 'Info-mode)
    (setq mode-name "Info")
--- 3312,3333 ----
  \\[beginning-of-buffer]       Go to beginning of node.
  
  Advanced commands:
  \\[Info-search]       Search through this Info file for specified regexp,
          and select the node in which the next occurrence is found.
  \\[Info-search-case-sensitively]      Search through this Info file for 
specified regexp case-sensitively.
  \\[Info-search-next]  Search for another occurrence of regexp
          from a previous \\<Info-mode-map>\\[Info-search] command.
! \\[Info-index]        Look up a topic in this file's Index and move to that 
node.
! \\[Info-index-next]   (comma) Move to the next match from a previous 
\\<Info-mode-map>\\[Info-index] command.
! \\[info-apropos]      Look for a string in the indices of all manuals.
! \\[Info-goto-node]    Move to node specified by name.
!         You may include a filename as well, as (FILENAME)NODENAME.
! 1 .. 9        Pick first ... ninth item in node's menu.
!         Every third `*' is highlighted to help pick the right number.
! \\[Info-copy-current-node-name]       Put name of current Info node in the 
kill ring.
! \\[clone-buffer]      Select a new cloned Info buffer in another window.
! \\[universal-argument] \\[info]       Move to new Info file with completion.
! \\[universal-argument] N \\[info]     Select Info buffer with prefix number 
in the name *info*<N>."
    (kill-all-local-variables)
    (setq major-mode 'Info-mode)
    (setq mode-name "Info")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]