Variable: LaTeX-completion-function-map-alist-keyval
LaTeX-completion-function-map-alist-keyval is a variable defined in
latex.el.
Value
nil
Documentation
Alist mapping style funcs to completion-candidates counterparts.
Each element is a cons with the name of the function used in an
AUCTeX style file which queries and inserts something in the
buffer as car and a function delievering completion candidates as
cdr. This list contains only mapping for functions which perform
key=val completions. See also
LaTeX-completion-function-map-alist-cr.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar LaTeX-completion-function-map-alist-keyval nil
"Alist mapping style funcs to completion-candidates counterparts.
Each element is a cons with the name of the function used in an
AUCTeX style file which queries and inserts something in the
buffer as car and a function delievering completion candidates as
cdr. This list contains only mapping for functions which perform
key=val completions. See also
`LaTeX-completion-function-map-alist-cr'.")