diff options
Diffstat (limited to 'doc/misc/info.texi')
| -rw-r--r-- | doc/misc/info.texi | 12 |
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 @@ | |||
| 14 | This file describes how to use Info, the on-line, menu-driven GNU | 14 | This file describes how to use Info, the on-line, menu-driven GNU |
| 15 | documentation system. | 15 | documentation system. |
| 16 | 16 | ||
| 17 | Copyright @copyright{} 1989, 1992, 1996-2011 | 17 | Copyright @copyright{} 1989, 1992, 1996-2012 Free Software Foundation, Inc. |
| 18 | Free Software Foundation, Inc. | ||
| 19 | 18 | ||
| 20 | @quotation | 19 | @quotation |
| 21 | Permission is granted to copy, distribute and/or modify this document | 20 | Permission 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; | |||
| 1108 | this is so you need not count how many entries are there. | 1107 | this 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 |
| 1111 | you are using Emacs' Info mode to read Info files, the third, sixth | 1110 | you are using Emacs's Info mode to read Info files, the third, sixth |
| 1112 | and ninth menu items have a @samp{*} that stands out, either in color | 1111 | and ninth menu items have a @samp{*} that stands out, either in color |
| 1113 | or in some other attribute, such as underline; this makes it easy to | 1112 | or in some other attribute, such as underline; this makes it easy to |
| 1114 | see at a glance which number to use for an item. | 1113 | see 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 | |||
| 1142 | switches to the Info buffer with that number. Thus, @kbd{C-u 2 C-h i} | 1141 | switches to the Info buffer with that number. Thus, @kbd{C-u 2 C-h i} |
| 1143 | switches to the buffer @samp{*info*<2>}, creating it if necessary. | 1142 | switches 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 | ||
| 1146 | difficult to remember which buffer is showing which manual. You can | ||
| 1147 | use the command @kbd{M-x info-display-manual} to show an Info manual | ||
| 1148 | by 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, |
| 1235 | in most cases, writing a Texinfo file is better, since you can use it | 1241 | in most cases, writing a Texinfo file is better, since you can use it |