This file is indexed.

/usr/share/emacs/site-lisp/auctex/style/book.el is in auctex 11.86-2ubuntu1.

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
;;; book.el - Special code for book style.

;; $Id: book.el,v 1.5 2005/03/17 10:02:06 angeli Exp $

;;; Code:

(TeX-add-style-hook
 "book"
 (lambda () 
   (LaTeX-largest-level-set "chapter")))

;;; book.el ends here