This file is indexed.

/usr/share/help/C/meld/file-mode.page is in meld 3.12.1-2.

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
<page xmlns="http://projectmallard.org/1.0/"
      type="topic"
      id="file-mode">
<info>
  <title type="sort">1</title>
  <link type="guide" xref="index#file-mode"/>
  <link type="seealso" xref="file-changes"/>
  <revision docversion="1.6" status="draft"/>
  <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
  <credit type="author copyright">
    <name>Kai Willadsen</name>
    <email>kai.willadsen@gmail.com</email>
    <years>2012</years>
  </credit>
</info>

<title>Getting started comparing files</title>

<p>
<app>Meld</app> lets you compare two or three text files side-by-side. You can
start a new file comparison by selecting the
<guiseq><gui style="menu">File</gui><gui style="menuitem">New...</gui></guiseq>
menu item.
</p>

<p>
Once you've selected your files, <app>Meld</app> will show them side-by-side.
Differences between the files will be highlighted to make individual changes
easier to see. Editing the files will cause the comparison to update
on-the-fly. For details on navigating between individual changes, and on
how to use change-based editing, see <link xref="file-changes"/>.
</p>

<section id="file-mode-overview">
<title><app>Meld</app>'s file comparisons</title>

<p>
There are several different parts to a file comparison. The most important
parts are the editors where your files appear. In addition to these editors,
the areas around and between your files give you a visual overview and actions
to help you handle changes between the files.
</p>
<p>
On the left and right-hand sides of the window, there are two small vertical
bars showing various coloured blocks. These bars are designed to give you an
overview of all of the differences between your two files. Each coloured block
represents a section that is inserted, deleted, changed or in conflict between
your files, depending on the block's colour used.
</p>
<p>
In between each pair of files is a segment that shows how the changed sections
between your files correspond to each other. You can click on the arrows in a
segment to replace sections in one file with sections from the other. You can
also delete, copy or merge changes. For details on what you can do with
individual change segments, see <link xref="file-changes#change-actions"/>.
</p>

</section>


<section id="file-mode-saving">
<title>Saving your changes</title>

<p>
Once you've finished editing your files, you need to save each file you've
changed.
</p>
<p>
You can tell whether your files have been saved since they last changed by
the save icon that appears next to the file name above each file. Also, the
notebook label will show an asterisk (<code>*</code>) after any file that
hasn't been saved.
</p>
<p>
You can save the current file by selecting the
<guiseq><gui style="menu">File</gui><gui style="menuitem">Save</gui></guiseq>
menu item, or using the <keyseq><key>Ctrl</key><key>S</key></keyseq> keyboard
shortcut.
</p>
<note>
  <p>
    Saving only saves the <em>currently focussed</em> file, which is the file
    containing the cursor. If you can't tell which file is focussed, you can
    click on the file to focus it before saving.
  </p>
</note>

</section>

</page>