diff options
| author | Karl Berry | 2004-02-18 01:52:26 +0000 |
|---|---|---|
| committer | Karl Berry | 2004-02-18 01:52:26 +0000 |
| commit | 6bdec92c6e2f5828bd9587cea0af161c074516d5 (patch) | |
| tree | 6323408822f42b0d7997c3c1e830720496c8d570 | |
| parent | 58ec79cfdf24cf6fa662768a42931ca042c54f85 (diff) | |
| download | emacs-6bdec92c6e2f5828bd9587cea0af161c074516d5.tar.gz emacs-6bdec92c6e2f5828bd9587cea0af161c074516d5.zip | |
(Help-Int): mention the new line number feature.
| -rw-r--r-- | man/info.texi | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/man/info.texi b/man/info.texi index dfdadb205d6..24a6c4bbc46 100644 --- a/man/info.texi +++ b/man/info.texi | |||
| @@ -6,13 +6,12 @@ | |||
| 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.36 2003/09/21 20:13:23 karl Exp $ | ||
| 10 | 9 | ||
| 11 | @copying | 10 | @copying |
| 12 | This file describes how to use Info, the on-line, menu-driven GNU | 11 | This file describes how to use Info, the on-line, menu-driven GNU |
| 13 | documentation system. | 12 | documentation system. |
| 14 | 13 | ||
| 15 | Copyright (C) 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | 14 | Copyright (C) 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 |
| 16 | Free Software Foundation, Inc. | 15 | Free Software Foundation, Inc. |
| 17 | 16 | ||
| 18 | @quotation | 17 | @quotation |
| @@ -829,12 +828,16 @@ between local and remote links. | |||
| 829 | The introductory course is almost over; please continue | 828 | The introductory course is almost over; please continue |
| 830 | a little longer to learn some intermediate-level commands. | 829 | a little longer to learn some intermediate-level commands. |
| 831 | 830 | ||
| 832 | Most Info files have an index, which is actually a large node that | 831 | Most Info files have an index, which is actually a large node |
| 833 | contains nothing but a menu. The menu has one menu item for each | 832 | containing little but a menu. The menu has one menu item for each |
| 834 | topic listed in the index. You can find the index node from the main | 833 | topic listed in the index. (As a special feature, menus for indices |
| 835 | menu of the file, with the @kbd{m} command; then you can use the | 834 | may also include the line number within the node of the index entry. |
| 836 | @kbd{m} command again in the index node to go to the node that | 835 | This allows Info readers to go to the exact line of an entry, not just |
| 837 | describes the topic. | 836 | the start of the containing node.) |
| 837 | |||
| 838 | You can get to the index from the main menu of the file with the | ||
| 839 | @kbd{m} command; then you can use the @kbd{m} command again in the | ||
| 840 | index node to go to the node that describes the topic you want. | ||
| 838 | 841 | ||
| 839 | There is also a short-cut Info command, @kbd{i}, which does all of | 842 | There is also a short-cut Info command, @kbd{i}, which does all of |
| 840 | that for you. It searches the index for a given topic (a string) and | 843 | that for you. It searches the index for a given topic (a string) and |
| @@ -1046,7 +1049,7 @@ options, and key sequences that the program provides. If you are | |||
| 1046 | looking for a description of a command, an option, or a key, just type | 1049 | looking for a description of a command, an option, or a key, just type |
| 1047 | their names when @kbd{i} prompts you for a topic. For example, if you | 1050 | their names when @kbd{i} prompts you for a topic. For example, if you |
| 1048 | want to read the description of what the @kbd{C-f} key does, type | 1051 | want to read the description of what the @kbd{C-f} key does, type |
| 1049 | @kbd{iC-f@key{RET}}. Here @kbd{C-f} are 3 literal characters | 1052 | @kbd{i C - f @key{RET}}. Here @kbd{C-f} are 3 literal characters |
| 1050 | @samp{C}, @samp{-}, and @samp{f}, not the ``Control-f'' command key | 1053 | @samp{C}, @samp{-}, and @samp{f}, not the ``Control-f'' command key |
| 1051 | you type inside Emacs to run the command bound to @kbd{C-f}. | 1054 | you type inside Emacs to run the command bound to @kbd{C-f}. |
| 1052 | 1055 | ||