Variable: peg--errors
peg--errors is a variable defined in peg.el.gz.
Value
nil
Documentation
Data keeping track of the rightmost parse failure location.
It's a pair (POSITION . EXPS ...). POSITION is the buffer position and EXPS is a list of rules/expressions that failed.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/peg.el.gz
(defvar peg--errors nil
"Data keeping track of the rightmost parse failure location.
It's a pair (POSITION . EXPS ...). POSITION is the buffer position and
EXPS is a list of rules/expressions that failed.")