aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Berry2004-02-18 01:52:26 +0000
committerKarl Berry2004-02-18 01:52:26 +0000
commit6bdec92c6e2f5828bd9587cea0af161c074516d5 (patch)
tree6323408822f42b0d7997c3c1e830720496c8d570
parent58ec79cfdf24cf6fa662768a42931ca042c54f85 (diff)
downloademacs-6bdec92c6e2f5828bd9587cea0af161c074516d5.tar.gz
emacs-6bdec92c6e2f5828bd9587cea0af161c074516d5.zip
(Help-Int): mention the new line number feature.
-rw-r--r--man/info.texi21
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
12This file describes how to use Info, the on-line, menu-driven GNU 11This file describes how to use Info, the on-line, menu-driven GNU
13documentation system. 12documentation system.
14 13
15Copyright (C) 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 14Copyright (C) 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
16Free Software Foundation, Inc. 15Free 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
830a little longer to learn some intermediate-level commands. 829a 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
833contains nothing but a menu. The menu has one menu item for each 832containing little but a menu. The menu has one menu item for each
834topic listed in the index. You can find the index node from the main 833topic listed in the index. (As a special feature, menus for indices
835menu of the file, with the @kbd{m} command; then you can use the 834may 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 835This allows Info readers to go to the exact line of an entry, not just
837describes the topic. 836the 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
840index 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
840that for you. It searches the index for a given topic (a string) and 843that 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
1046looking for a description of a command, an option, or a key, just type 1049looking for a description of a command, an option, or a key, just type
1047their names when @kbd{i} prompts you for a topic. For example, if you 1050their names when @kbd{i} prompts you for a topic. For example, if you
1048want to read the description of what the @kbd{C-f} key does, type 1051want 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
1051you type inside Emacs to run the command bound to @kbd{C-f}. 1054you type inside Emacs to run the command bound to @kbd{C-f}.
1052 1055