This file is indexed.

/usr/share/doc/w3m-el-snapshot/examples/dot.w3m-browse-url.el is in w3m-el-snapshot 1.4.527+0.20140108-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
; from TIPS.ja
;   The following emacsen configuration makes `C-x m' on the string looking 
;   like URI browse the page by w3m.
;
(setq browse-url-browser-function 'w3m-browse-url)
(global-set-key "\C-xm" 'browse-url-at-point)