diff options
| author | Richard M. Stallman | 2001-09-19 19:58:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-09-19 19:58:29 +0000 |
| commit | 2fc7d480e7c99e2c15395aae79e837ed645a74ea (patch) | |
| tree | 5a2160a84e259f612b3c66a327a914d53f786d0f | |
| parent | 55388e55663e1f2ca19f3ff43dc015a6ba1de2ad (diff) | |
| download | emacs-2fc7d480e7c99e2c15395aae79e837ed645a74ea.tar.gz emacs-2fc7d480e7c99e2c15395aae79e837ed645a74ea.zip | |
Rename Help-Adv to Help-Int, for intermediate-level.
Add an xref in that node pointing to Advanced Info.
| -rw-r--r-- | man/info.texi | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/man/info.texi b/man/info.texi index 66541e25dcd..e6a57052090 100644 --- a/man/info.texi +++ b/man/info.texi | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | @syncodeindex vr cp | 6 | @syncodeindex vr cp |
| 7 | @syncodeindex ky cp | 7 | @syncodeindex ky cp |
| 8 | @comment %**end of header | 8 | @comment %**end of header |
| 9 | @comment $Id: info.texi,v 1.20 2001/05/03 14:02:33 karl Exp $ | 9 | @comment $Id: info.texi,v 1.13 2001/05/03 14:03:33 karl Exp $ |
| 10 | 10 | ||
| 11 | @dircategory Texinfo documentation system | 11 | @dircategory Texinfo documentation system |
| 12 | @direntry | 12 | @direntry |
| @@ -144,7 +144,7 @@ the screen. | |||
| 144 | * Help-P:: Returning to the Previous node | 144 | * Help-P:: Returning to the Previous node |
| 145 | * Help-^L:: The Space, Rubout, B and ^L commands. | 145 | * Help-^L:: The Space, Rubout, B and ^L commands. |
| 146 | * Help-M:: Menus | 146 | * Help-M:: Menus |
| 147 | * Help-Adv:: Some advanced Info commands | 147 | * Help-Int:: Some intermediate Info commands |
| 148 | * Help-Q:: Quitting Info | 148 | * Help-Q:: Quitting Info |
| 149 | @end menu | 149 | @end menu |
| 150 | 150 | ||
| @@ -429,7 +429,7 @@ the same size screen, it would be impossible to warn you anyway. | |||
| 429 | see the description of the @kbd{m} command. | 429 | see the description of the @kbd{m} command. |
| 430 | @end format | 430 | @end format |
| 431 | 431 | ||
| 432 | @node Help-M, Help-Adv, Help-^L, Getting Started | 432 | @node Help-M, Help-Int, Help-^L, Getting Started |
| 433 | @comment node-name, next, previous, up | 433 | @comment node-name, next, previous, up |
| 434 | @section Menus and the @kbd{m} command | 434 | @section Menus and the @kbd{m} command |
| 435 | 435 | ||
| @@ -658,11 +658,12 @@ the header line (provided that you have a mouse). | |||
| 658 | >> Now type @kbd{u} to move back up to @samp{Help-M}. | 658 | >> Now type @kbd{u} to move back up to @samp{Help-M}. |
| 659 | @end format | 659 | @end format |
| 660 | 660 | ||
| 661 | @node Help-Adv, Help-Q, Help-M, Getting Started | 661 | @node Help-Int, Help-Q, Help-M, Getting Started |
| 662 | @comment node-name, next, previous, up | 662 | @comment node-name, next, previous, up |
| 663 | @section Some advanced Info commands | 663 | @section Some intermediate Info commands |
| 664 | 664 | ||
| 665 | The course is almost over, so please stick with it to the end. | 665 | The introductory course is almost over; please continue |
| 666 | a little longer to learn some intermediate-level commands. | ||
| 666 | 667 | ||
| 667 | @kindex l @r{(Info mode)} | 668 | @kindex l @r{(Info mode)} |
| 668 | @findex Info-last | 669 | @findex Info-last |
| @@ -768,6 +769,8 @@ underlying text and the mouse pointer change in response. | |||
| 768 | >> Now type @kbd{n} to see the last node of the course. | 769 | >> Now type @kbd{n} to see the last node of the course. |
| 769 | @end format | 770 | @end format |
| 770 | 771 | ||
| 772 | @xref{Advanced Info}, for more advanced Info features. | ||
| 773 | |||
| 771 | @c If a menu appears at the end of this node, remove it. | 774 | @c If a menu appears at the end of this node, remove it. |
| 772 | @c It is an accident of the menu updating command. | 775 | @c It is an accident of the menu updating command. |
| 773 | 776 | ||
| @@ -811,7 +814,7 @@ Here are some more Info commands that make it easier to move around. | |||
| 811 | If you know a node's name, you can go there by typing @kbd{g}, the | 814 | If you know a node's name, you can go there by typing @kbd{g}, the |
| 812 | name, and @key{RET}. Thus, @kbd{gTop@key{RET}} would go to the node | 815 | name, and @key{RET}. Thus, @kbd{gTop@key{RET}} would go to the node |
| 813 | called @samp{Top} in this file. (This is equivalent to @kbd{t}, see | 816 | called @samp{Top} in this file. (This is equivalent to @kbd{t}, see |
| 814 | @ref{Help-Adv}.) @kbd{gExpert@key{RET}} would come back here. | 817 | @ref{Help-Int}.) @kbd{gExpert@key{RET}} would come back here. |
| 815 | @kbd{g} in Emacs runs the command @code{Info-goto-node}. | 818 | @kbd{g} in Emacs runs the command @code{Info-goto-node}. |
| 816 | 819 | ||
| 817 | Unlike @kbd{m}, @kbd{g} does not allow the use of abbreviations. | 820 | Unlike @kbd{m}, @kbd{g} does not allow the use of abbreviations. |
| @@ -1123,7 +1126,7 @@ cannot expect this node to have a @samp{Next}, @samp{Previous} or | |||
| 1123 | >> Type @kbd{l} to return to the node where the cross reference was. | 1126 | >> Type @kbd{l} to return to the node where the cross reference was. |
| 1124 | @end format | 1127 | @end format |
| 1125 | 1128 | ||
| 1126 | @node Help-Q, , Help-Adv, Getting Started | 1129 | @node Help-Q, , Help-Int, Getting Started |
| 1127 | @comment node-name, next, previous, up | 1130 | @comment node-name, next, previous, up |
| 1128 | @section Quitting Info | 1131 | @section Quitting Info |
| 1129 | 1132 | ||