diff options
| author | Juri Linkov | 2005-10-11 05:47:55 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-10-11 05:47:55 +0000 |
| commit | 8300a5b5c72e7950f8ce1c00cb979dd2ae07f64c (patch) | |
| tree | 83d3c811768d9d3b6f0291bc0da35cf09ac30e3a | |
| parent | 655e5fd57a5f8a7b31c06d06ce36decd8fef7535 (diff) | |
| download | emacs-8300a5b5c72e7950f8ce1c00cb979dd2ae07f64c.tar.gz emacs-8300a5b5c72e7950f8ce1c00cb979dd2ae07f64c.zip | |
(Info-mode-menu): Delete menu item "Edit".
(Info-mode): Delete description of Info-edit from docstring,
and rearrange descriptions of Info commands in the order
they are documented in the Info manual.
| -rw-r--r-- | lisp/info.el | 37 |
1 files changed, 17 insertions, 20 deletions
diff --git a/lisp/info.el b/lisp/info.el index 5a0c0b510c1..4dc129db152 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -3150,8 +3150,6 @@ if point is in a menu item description, follow that menu item." | |||
| 3150 | :help "Look for another occurrence of previous item"] | 3150 | :help "Look for another occurrence of previous item"] |
| 3151 | ["Lookup a string in all indices..." info-apropos | 3151 | ["Lookup a string in all indices..." info-apropos |
| 3152 | :help "Look for a string in the indices of all manuals"]) | 3152 | :help "Look for a string in the indices of all manuals"]) |
| 3153 | ["Edit" Info-edit :help "Edit contents of this node" | ||
| 3154 | :active Info-enable-edit] | ||
| 3155 | ["Copy Node Name" Info-copy-current-node-name | 3153 | ["Copy Node Name" Info-copy-current-node-name |
| 3156 | :help "Copy the name of the current node into the kill ring"] | 3154 | :help "Copy the name of the current node into the kill ring"] |
| 3157 | ["Clone Info buffer" clone-buffer | 3155 | ["Clone Info buffer" clone-buffer |
| @@ -3290,18 +3288,17 @@ Selecting other nodes: | |||
| 3290 | \\[Info-menu] Pick menu item specified by name (or abbreviation). | 3288 | \\[Info-menu] Pick menu item specified by name (or abbreviation). |
| 3291 | Picking a menu item causes another node to be selected. | 3289 | Picking a menu item causes another node to be selected. |
| 3292 | \\[Info-directory] Go to the Info directory node. | 3290 | \\[Info-directory] Go to the Info directory node. |
| 3291 | \\[Info-top-node] Go to the Top node of this file. | ||
| 3292 | \\[Info-final-node] Go to the final node in this file. | ||
| 3293 | \\[Info-backward-node] Go backward one node, considering all nodes as forming one sequence. | ||
| 3294 | \\[Info-forward-node] Go forward one node, considering all nodes as forming one sequence. | ||
| 3295 | \\[Info-next-reference] Move cursor to next cross-reference or menu item. | ||
| 3296 | \\[Info-prev-reference] Move cursor to previous cross-reference or menu item. | ||
| 3293 | \\[Info-follow-reference] Follow a cross reference. Reads name of reference. | 3297 | \\[Info-follow-reference] Follow a cross reference. Reads name of reference. |
| 3294 | \\[Info-history-back] Move back in history to the last node you were at. | 3298 | \\[Info-history-back] Move back in history to the last node you were at. |
| 3295 | \\[Info-history-forward] Move forward in history to the node you returned from after using \\[Info-history-back]. | 3299 | \\[Info-history-forward] Move forward in history to the node you returned from after using \\[Info-history-back]. |
| 3296 | \\[Info-history] Go to menu of visited nodes. | 3300 | \\[Info-history] Go to menu of visited nodes. |
| 3297 | \\[Info-toc] Go to table of contents of the current Info file. | 3301 | \\[Info-toc] Go to table of contents of the current Info file. |
| 3298 | \\[Info-top-node] Go to the Top node of this file. | ||
| 3299 | \\[Info-final-node] Go to the final node in this file. | ||
| 3300 | \\[Info-backward-node] Go backward one node, considering all nodes as forming one sequence. | ||
| 3301 | \\[Info-forward-node] Go forward one node, considering all nodes as forming one sequence. | ||
| 3302 | \\[Info-index] Look up a topic in this file's Index and move to that node. | ||
| 3303 | \\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command. | ||
| 3304 | \\[info-apropos] Look for a string in the indices of all manuals. | ||
| 3305 | 3302 | ||
| 3306 | Moving within a node: | 3303 | Moving within a node: |
| 3307 | \\[Info-scroll-up] Normally, scroll forward a full screen. | 3304 | \\[Info-scroll-up] Normally, scroll forward a full screen. |
| @@ -3315,22 +3312,22 @@ Moving within a node: | |||
| 3315 | \\[beginning-of-buffer] Go to beginning of node. | 3312 | \\[beginning-of-buffer] Go to beginning of node. |
| 3316 | 3313 | ||
| 3317 | Advanced commands: | 3314 | Advanced commands: |
| 3318 | \\[Info-copy-current-node-name] Put name of current Info node in the kill ring. | ||
| 3319 | \\[clone-buffer] Select a new cloned Info buffer in another window. | ||
| 3320 | \\[Info-edit] Edit contents of selected node. | ||
| 3321 | 1 .. 9 Pick first ... ninth item in node's menu. | ||
| 3322 | Every third `*' is highlighted to help pick the right number. | ||
| 3323 | \\[Info-goto-node] Move to node specified by name. | ||
| 3324 | You may include a filename as well, as (FILENAME)NODENAME. | ||
| 3325 | \\[universal-argument] \\[info] Move to new Info file with completion. | ||
| 3326 | \\[universal-argument] N \\[info] Select Info buffer with prefix number in the name *info*<N>. | ||
| 3327 | \\[Info-search] Search through this Info file for specified regexp, | 3315 | \\[Info-search] Search through this Info file for specified regexp, |
| 3328 | and select the node in which the next occurrence is found. | 3316 | and select the node in which the next occurrence is found. |
| 3329 | \\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively. | 3317 | \\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively. |
| 3330 | \\[Info-search-next] Search for another occurrence of regexp | 3318 | \\[Info-search-next] Search for another occurrence of regexp |
| 3331 | from a previous \\<Info-mode-map>\\[Info-search] command. | 3319 | from a previous \\<Info-mode-map>\\[Info-search] command. |
| 3332 | \\[Info-next-reference] Move cursor to next cross-reference or menu item. | 3320 | \\[Info-index] Look up a topic in this file's Index and move to that node. |
| 3333 | \\[Info-prev-reference] Move cursor to previous cross-reference or menu item." | 3321 | \\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command. |
| 3322 | \\[info-apropos] Look for a string in the indices of all manuals. | ||
| 3323 | \\[Info-goto-node] Move to node specified by name. | ||
| 3324 | You may include a filename as well, as (FILENAME)NODENAME. | ||
| 3325 | 1 .. 9 Pick first ... ninth item in node's menu. | ||
| 3326 | Every third `*' is highlighted to help pick the right number. | ||
| 3327 | \\[Info-copy-current-node-name] Put name of current Info node in the kill ring. | ||
| 3328 | \\[clone-buffer] Select a new cloned Info buffer in another window. | ||
| 3329 | \\[universal-argument] \\[info] Move to new Info file with completion. | ||
| 3330 | \\[universal-argument] N \\[info] Select Info buffer with prefix number in the name *info*<N>." | ||
| 3334 | (kill-all-local-variables) | 3331 | (kill-all-local-variables) |
| 3335 | (setq major-mode 'Info-mode) | 3332 | (setq major-mode 'Info-mode) |
| 3336 | (setq mode-name "Info") | 3333 | (setq mode-name "Info") |