This file is indexed.

/usr/share/doc/cxref/README.Debian is in cxref 1.6e-3.

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
cxref for DEBIAN
----------------------

The keybindings in cxref.el have been modified to reserve the sequence
'C-c [a-zA-Z]' for use by the user (please see '(elisp) Coding
Conventions' in the elisp manual).  They now read:

  (define-key c-mode-map "\C-c\C-x\C-f"  'cxref-file-comment)     ;; Control-C Control-F
  (define-key c-mode-map "\C-c\C-xf"     'cxref-function-comment) ;; Control-C f
  (define-key c-mode-map "\C-c\C-xv"     'cxref-variable-comment) ;; Control-C v
  (define-key c-mode-map "\C-c\C-xe"     'cxref-endline-comment)  ;; Control-C e
  (define-key c-mode-map "\C-c\C-xi"     'cxref-inline-comment)   ;; Control-C i


Camm Maguire <camm@enhanced.com>, Tue, 20 Jul 1999 16:41:10 -0400