This file is indexed.

/usr/share/doc/nedit/html/search.html is in nedit 1:5.7-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
<HTML>
<HEAD>
<TITLE> Basic Operation </TITLE>
</HEAD>
<BODY>
<A NAME="Finding_and_Replacing_Text"></A>
<H2> Finding and Replacing Text </H2>
<P>
The Search menu contains a number of commands for finding and replacing text.
</P><P>
The Find... and Replace... commands present dialogs for entering text for
searching and replacing.  These dialogs also allow you to choose whether you
want the search to be sensitive to upper and lower case, or whether to use
the standard Unix pattern matching characters (regular expressions).
Searches begin at the current text insertion position.
</P><P>
Find Again and Replace Again repeat the last find or replace command without
prompting for search strings.  To selectively replace text, use the two
commands in combination: Find Again, then Replace Again if the highlighted
string should be replaced, or Find Again again to go to the next string.
</P><P>
Find Selection searches for the text contained in the current primary
selection (see <A HREF="select.html#Selecting_Text">Selecting Text</A>).  The selected text does not have to be in the
current editor window, it may even be in another program.  For example, if
the word dog appears somewhere in a window on your screen, and you want to
find it in the file you are editing, select the word dog by dragging the
mouse across it, switch to your NEdit window and choose Find Selection from
the Search menu.
</P><P>
Find Incremental, which opens the interactive search bar, is yet another variation
on searching, where every character typed triggers a new search.  After you've
completed the search string, the next occurrence in the buffer is found by hitting
the Return key, or by clicking on the icon to the left (magnifying glass). Holding
a Shift key down finds the previous occurrences.  To the right there is a clear
button with an icon resembling "|&#60;". Clicking on it empties the search text widget
without disturbing selections.  A middle click on the clear button copies the
content of any existing selection into the search text widget and triggers a new
search.
</P><P>
<H3>Searching Backwards</H3>
</P><P>
Holding down the shift key while choosing any of the search or replace
commands from the menu (or using the keyboard shortcut), will search in the
reverse direction.  Users who have set the search direction using the buttons
in the search dialog, may find it a bit confusing that Find Again and Replace
Again don't continue in the same direction as the original search (for
experienced users, consistency of the direction implied by the shift key is
more important).
</P><P>
<H3>Selective Replacement</H3>
</P><P>
To replace only some occurrences of a string within a file, choose Replace...
from the Search menu, enter the string to search for and the string to
substitute, and finish by pressing the Find button.  When the first
occurrence is highlighted, use either Replace Again (^T) to replace it, or
Find Again (^G) to move to the next occurrence without replacing it, and
continue in such a manner through all occurrences of interest.
</P><P>
To replace all occurrences of a string within some range of text, select the
range (see <A HREF="select.html#Selecting_Text">Selecting Text</A>), choose Replace... from the Search menu, type the
string to search for and the string to substitute, and press the "R. in
Selection" button in the dialog.  Note that selecting text in the Replace...
dialog will unselect the text in the window.
</P><P>
<H3>Replacement in Multiple Documents</H3>
</P><P>
You can do the same replacement in more than one document at the same time.
To do that, enter the search and replacement string in the replacement dialog
as usual, then press the 'Multiple Documents...' button. NEdit will open
another dialog where you can pick any document in which the replacement should
take place. Then press 'Replace' in this dialog to do the replacement. All
attributes (Regular Expression, Case, etc.) are used as selected in the main
dialog.
</P><P>
<P><HR>
</P><P>
</P>
</BODY>
</HTML>