This file is indexed.

/usr/lib/help/s9e is in scheme9 2013.11.26-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
S9 LIB  (s9e string <option> ...)  ==>  unspecific
        (s9e)                      ==>  unspecific

The S9E procedure implements a Scheme-centric full screen text editor.
If specified, it loads the file STRING into an editing buffer.

When the 'READ-ONLY option is passed to S9E, the initial buffer will
be read-only.

(s9e "foo.scm")

; Todo:
t expanded tabs
e