This file is indexed.

/usr/share/help/th/gedit/session-saver.page is in gedit-plugins 3.18.0-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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-session-saver" xml:lang="th">

  <info>
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
    <revision version="3.4" date="2013-02-24" status="review"/>

    <credit type="author">
      <name>Jim Campbell</name>
      <email its:translate="no">jwcampbell@gmail.com</email>
    </credit>

    <desc>Save and restore your working sessions.</desc>
  </info>

  <title>Session Saver</title>

  <p>The <app>Session Saver</app> plugin saves groups of files together so that
  you can open them together at a later time. To enable the plugin, select
  <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
  <gui>Plugins</gui><gui>Session Saver</gui></guiseq>.</p>

  <steps>
    <title>To save a new session:</title>
    <item>
      <p>Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui>Save
      current session</gui></guiseq>.</p>
    </item>
    <item>
      <p>Type a session name in the <gui>Save session</gui> dialog box.</p>
    </item>
    <item>
      <p>Click <gui>Save</gui>.</p>
    </item>
  </steps>
  
  <steps>
    <title>To open an existing session:</title>
    <item>
      <p>Select <guiseq><gui>File</gui><gui>Saved Sessions</gui></guiseq>.</p>
    </item>
    <item>
      <p>Click the name of your desired session.</p>
    </item>
  </steps>
  
  <steps>
    <title>To delete an existing session:</title>
    <item>
      <p>Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui>Manage
      saved sessions</gui></guiseq>.</p>
    </item>
    <item>
      <p>Select the name of the session that you want to delete.</p>
    </item>
    <item>
      <p>Click <gui>Delete</gui>.</p>
    </item>
    <item>
      <p>Click <gui>Close</gui>.</p>
      <p>The session name will still be listed in your list of sessions until
      you close <app>gedit</app>.</p>
    </item>
  </steps>

</page>