Variable: smie-backward-token-function

smie-backward-token-function is a variable defined in smie.el.gz.

Value

smie-default-backward-token

Documentation

Function to scan backward the previous token.

Same calling convention as smie-forward-token-function except it should move backward to the beginning of the previous token.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/smie.el.gz
(defvar smie-backward-token-function #'smie-default-backward-token
  "Function to scan backward the previous token.
Same calling convention as `smie-forward-token-function' except
it should move backward to the beginning of the previous token.")