aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/info.texi
diff options
context:
space:
mode:
authorStefan Monnier2012-03-25 16:37:21 -0400
committerStefan Monnier2012-03-25 16:37:21 -0400
commit699c782b7668c44d0fa4446331b0590a6d5dac82 (patch)
tree5dcce364741d0761920a3d274b0fc8aba4103d45 /doc/misc/info.texi
parent98fb480ee31bf74cf554044f60f21df16566dd7f (diff)
parente99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff)
downloademacs-pending.tar.gz
emacs-pending.zip
Merge from trunkpending
Diffstat (limited to 'doc/misc/info.texi')
-rw-r--r--doc/misc/info.texi12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/misc/info.texi b/doc/misc/info.texi
index 68390a2f0cc..8952bfb9122 100644
--- a/doc/misc/info.texi
+++ b/doc/misc/info.texi
@@ -14,8 +14,7 @@
14This file describes how to use Info, the on-line, menu-driven GNU 14This file describes how to use Info, the on-line, menu-driven GNU
15documentation system. 15documentation system.
16 16
17Copyright @copyright{} 1989, 1992, 1996-2011 17Copyright @copyright{} 1989, 1992, 1996-2012 Free Software Foundation, Inc.
18Free Software Foundation, Inc.
19 18
20@quotation 19@quotation
21Permission is granted to copy, distribute and/or modify this document 20Permission is granted to copy, distribute and/or modify this document
@@ -1108,7 +1107,7 @@ In the stand-alone reader, @kbd{0} goes through the last menu item;
1108this is so you need not count how many entries are there. 1107this is so you need not count how many entries are there.
1109 1108
1110 If your display supports multiple fonts, colors or underlining, and 1109 If your display supports multiple fonts, colors or underlining, and
1111you are using Emacs' Info mode to read Info files, the third, sixth 1110you are using Emacs's Info mode to read Info files, the third, sixth
1112and ninth menu items have a @samp{*} that stands out, either in color 1111and ninth menu items have a @samp{*} that stands out, either in color
1113or in some other attribute, such as underline; this makes it easy to 1112or in some other attribute, such as underline; this makes it easy to
1114see at a glance which number to use for an item. 1113see at a glance which number to use for an item.
@@ -1142,6 +1141,12 @@ prefix argument for the @kbd{C-h i} command (@code{info}) which
1142switches to the Info buffer with that number. Thus, @kbd{C-u 2 C-h i} 1141switches to the Info buffer with that number. Thus, @kbd{C-u 2 C-h i}
1143switches to the buffer @samp{*info*<2>}, creating it if necessary. 1142switches to the buffer @samp{*info*<2>}, creating it if necessary.
1144 1143
1144@findex info-display-manual
1145 If you have created many Info buffers in Emacs, you might find it
1146difficult to remember which buffer is showing which manual. You can
1147use the command @kbd{M-x info-display-manual} to show an Info manual
1148by name, reusing an existing buffer if there is one.
1149
1145@node Emacs Info Variables, , Create Info buffer, Advanced 1150@node Emacs Info Variables, , Create Info buffer, Advanced
1146@comment node-name, next, previous, up 1151@comment node-name, next, previous, up
1147@section Emacs Info-mode Variables 1152@section Emacs Info-mode Variables
@@ -1230,6 +1235,7 @@ this:
1230 1235
1231@node Expert Info 1236@node Expert Info
1232@chapter Info for Experts 1237@chapter Info for Experts
1238@cindex Texinfo
1233 1239
1234 This chapter explains how to write an Info file by hand. However, 1240 This chapter explains how to write an Info file by hand. However,
1235in most cases, writing a Texinfo file is better, since you can use it 1241in most cases, writing a Texinfo file is better, since you can use it