This file is indexed.

/usr/share/doc/texinfo/html/Texinfo-Mode-Summary.html is in texinfo-doc-nonfree 4.13a-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<html lang="en">
<head>
<title>Texinfo Mode Summary - GNU Texinfo 4.13</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU Texinfo 4.13">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Texinfo-Mode.html#Texinfo-Mode" title="Texinfo Mode">
<link rel="prev" href="Printing.html#Printing" title="Printing">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This manual is for GNU Texinfo (version 4.13, 18 September 2008),
a documentation system that can produce both online information and a
printed manual from a single source.

Copyright (C) 1988, 1990, 1991, 1992, 1993, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc.

     Permission is granted to copy, distribute and/or modify this
     document under the terms of the GNU Free Documentation License,
     Version 1.2 or any later version published by the Free Software
     Foundation; with no Invariant Sections, with the Front-Cover Texts
     being ``A GNU Manual'', and with the Back-Cover Texts as in (a)
     below.  A copy of the license is included in the section entitled
     ``GNU Free Documentation License.''

     (a) The FSF's Back-Cover Text is: ``You are free to copy and modify
     this GNU Manual.  Buying copies from GNU Press supports the FSF in
     developing GNU and promoting software freedom.''
  -->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="Texinfo-Mode-Summary"></a>
<p>
Previous:&nbsp;<a rel="previous" accesskey="p" href="Printing.html#Printing">Printing</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Texinfo-Mode.html#Texinfo-Mode">Texinfo Mode</a>
<hr>
</div>

<!-- node-name,  next,  previous,  up -->
<h3 class="section">2.8 Texinfo Mode Summary</h3>

<p>In Texinfo mode, each set of commands has default keybindings that
begin with the same keys.  All the commands that are custom-created
for Texinfo mode begin with <kbd>C-c</kbd>.  The keys are somewhat
mnemonic.

<h4 class="subheading">Insert Commands</h4>

<p>The insert commands are invoked by typing <kbd>C-c</kbd> twice and then the
first letter of the @-command to be inserted.  (It might make more
sense mnemonically to use <kbd>C-c C-i</kbd>, for `custom insert', but
<kbd>C-c C-c</kbd> is quick to type.)

<pre class="example">     C-c C-c c       <span class="roman">Insert</span> &lsquo;<samp><span class="samp">@code</span></samp>&rsquo;.
     C-c C-c d       <span class="roman">Insert</span> &lsquo;<samp><span class="samp">@dfn</span></samp>&rsquo;.
     C-c C-c e       <span class="roman">Insert</span> &lsquo;<samp><span class="samp">@end</span></samp>&rsquo;.
     C-c C-c i       <span class="roman">Insert</span> &lsquo;<samp><span class="samp">@item</span></samp>&rsquo;.
     C-c C-c n       <span class="roman">Insert</span> &lsquo;<samp><span class="samp">@node</span></samp>&rsquo;.
     C-c C-c s       <span class="roman">Insert</span> &lsquo;<samp><span class="samp">@samp</span></samp>&rsquo;.
     C-c C-c v       <span class="roman">Insert</span> &lsquo;<samp><span class="samp">@var</span></samp>&rsquo;.
     C-c {       <span class="roman">Insert braces.</span>
     C-c ]
     C-c }       <span class="roman">Move out of enclosing braces.</span>
     
     C-c C-c C-d     <span class="roman">Insert a node's section title</span>
                    <span class="roman">in the space for the description</span>
                    <span class="roman">in a menu entry line.</span>
</pre>
  <h4 class="subheading">Show Structure</h4>

<p>The <code>texinfo-show-structure</code> command is often used within a
narrowed region.

<pre class="example">     C-c C-s         <span class="roman">List all the headings.</span>
</pre>
  <h4 class="subheading">The Master Update Command</h4>

<p>The <code>texinfo-master-menu</code> command creates a master menu; and can
be used to update every node and menu in a file as well.

<!-- Probably should use @tables in this section. -->
<pre class="example">     C-c C-u m
     M-x texinfo-master-menu
                    <span class="roman">Create or update a master menu.</span>
     
     C-u C-c C-u m   <span class="roman">With </span><kbd>C-u</kbd><span class="roman"> as a prefix argument, first</span>
                    <span class="roman">create or update all nodes and regular</span>
                    <span class="roman">menus, and then create a master menu.</span>
</pre>
  <h4 class="subheading">Update Pointers</h4>

<p>The update pointer commands are invoked by typing <kbd>C-c C-u</kbd> and
then either <kbd>C-n</kbd> for <code>texinfo-update-node</code> or <kbd>C-e</kbd> for
<code>texinfo-every-node-update</code>.

<pre class="example">     C-c C-u C-n     <span class="roman">Update a node.</span>
     C-c C-u C-e     <span class="roman">Update every node in the buffer.</span>
</pre>
  <h4 class="subheading">Update Menus</h4>

<p>Invoke the  update menu commands by typing <kbd>C-c C-u</kbd>
and then either <kbd>C-m</kbd> for <code>texinfo-make-menu</code> or
<kbd>C-a</kbd> for <code>texinfo-all-menus-update</code>.  To update
both nodes and menus at the same time, precede <kbd>C-c C-u
C-a</kbd> with <kbd>C-u</kbd>.

<pre class="example">     C-c C-u C-m     <span class="roman">Make or update a menu.</span>
     
     C-c C-u C-a     <span class="roman">Make or update all</span>
                    <span class="roman">menus in a buffer.</span>
     
     C-u C-c C-u C-a <span class="roman">With </span><kbd>C-u</kbd><span class="roman"> as a prefix argument,</span>
                    <span class="roman">first create or update all nodes and</span>
                    <span class="roman">then create or update all menus.</span>
</pre>
  <h4 class="subheading">Format for Info</h4>

<p>The Info formatting commands that are written in Emacs Lisp are
invoked by typing <kbd>C-c C-e</kbd> and then either <kbd>C-r</kbd> for a region
or <kbd>C-b</kbd> for the whole buffer.

  <p>The Info formatting commands that are written in C and based on the
<code>makeinfo</code> program are invoked by typing <kbd>C-c C-m</kbd> and then
either <kbd>C-r</kbd> for a region or <kbd>C-b</kbd> for the whole buffer.

<p class="noindent">Use the <code>texinfo-format...</code> commands:

<pre class="example">     C-c C-e C-r     <span class="roman">Format the region.</span>
     C-c C-e C-b     <span class="roman">Format the buffer.</span>
</pre>
  <p class="noindent">Use <code>makeinfo</code>:

<pre class="example">     C-c C-m C-r     <span class="roman">Format the region.</span>
     C-c C-m C-b     <span class="roman">Format the buffer.</span>
     C-c C-m C-l     <span class="roman">Recenter the </span><code>makeinfo</code><span class="roman"> output buffer.</span>
     C-c C-m C-k     <span class="roman">Kill the </span><code>makeinfo</code><span class="roman"> formatting job.</span>
</pre>
  <h4 class="subheading">Typeset and Print</h4>

<p>The TeX typesetting and printing commands are invoked by typing
<kbd>C-c C-t</kbd> and then another control command: <kbd>C-r</kbd> for
<code>texinfo-tex-region</code>, <kbd>C-b</kbd> for <code>texinfo-tex-buffer</code>,
and so on.

<pre class="example">     C-c C-t C-r     <span class="roman">Run TeX on the region.</span>
     C-c C-t C-b     <span class="roman">Run</span> <code>texi2dvi</code> <span class="roman">on the buffer.</span>
     C-c C-t C-i     <span class="roman">Run</span> <code>texindex</code>.
     C-c C-t C-p     <span class="roman">Print the DVI file.</span>
     C-c C-t C-q     <span class="roman">Show the print queue.</span>
     C-c C-t C-d     <span class="roman">Delete a job from the print queue.</span>
     C-c C-t C-k     <span class="roman">Kill the current TeX formatting job.</span>
     C-c C-t C-x     <span class="roman">Quit a currently stopped TeX formatting job.</span>
     C-c C-t C-l     <span class="roman">Recenter the output buffer.</span>
</pre>
  <h4 class="subheading">Other Updating Commands</h4>

<p>The remaining updating commands do not have standard keybindings because
they are rarely used.

<pre class="example">     M-x texinfo-insert-node-lines
                    <span class="roman">Insert missing </span><code>@node</code><span class="roman"> lines in region.</span>
                    <span class="roman">With </span><kbd>C-u</kbd><span class="roman"> as a prefix argument,</span>
                    <span class="roman">use section titles as node names.</span>
     
     M-x texinfo-multiple-files-update
                    <span class="roman">Update a multi-file document.</span>
                    <span class="roman">With </span><kbd>C-u 2</kbd><span class="roman"> as a prefix argument,</span>
                    <span class="roman">create or update all nodes and menus</span>
                    <span class="roman">in all included files first.</span>
     
     M-x texinfo-indent-menu-description
                    <span class="roman">Indent descriptions.</span>
     
     M-x texinfo-sequential-node-update
                    <span class="roman">Insert node pointers in strict sequence.</span>
</pre>
  </body></html>