Function: lua-get-block-token-info

lua-get-block-token-info is a byte-compiled function defined in lua-mode.el.gz.

Signature

(lua-get-block-token-info TOKEN)

Documentation

Return the block token info entry for TOKEN from lua-block-token-alist.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/lua-mode.el.gz
(defun lua-get-block-token-info (token)
  "Return the block token info entry for TOKEN from `lua-block-token-alist'."
  (assoc token lua-block-token-alist))