Function: TeX--completion-annotation-from-tex--prettify-symbols-alist
TeX--completion-annotation-from-tex--prettify-symbols-alist is a
byte-compiled function defined in tex.el.
Signature
(TeX--completion-annotation-from-tex--prettify-symbols-alist SYM)
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX--completion-annotation-from-tex--prettify-symbols-alist (sym)
(when (boundp 'tex--prettify-symbols-alist)
(let ((ann (cdr (assoc (concat "\\" sym)
tex--prettify-symbols-alist))))
(when ann
(concat " " (char-to-string ann))))))