This file is indexed.

/usr/share/emacs/site-lisp/auctex/style/swedish.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
13
;;; swedish.el --- Setup AUCTeX for editing Swedish text.

;;; Commentary:
;;
;; Apparently the Swedes use ''this style'' quotations.

(TeX-add-style-hook
 "swedish"
 (lambda ()
   (setq TeX-quote-language
	 `("swedish" "''" ,TeX-close-quote ,TeX-quote-after-quote))
   (setq LaTeX-babel-hyphen-language "swedish")
   (run-hooks 'TeX-language-sv-hook)))