Variable: skeleton-pair-alist

skeleton-pair-alist is a variable defined in skeleton.el.gz.

Value

nil

Documentation

An override alist of pairing partners matched against last-command-event.

Each alist element, which looks like (ELEMENT ...), is passed to skeleton-insert with no interactor. Variable str does nothing.

Elements might be (?` ?` _ "\\='\\='"), (?\( ? _ " )") or (?{ \n > _ \n ?} >).

Source Code

;; Defined in /usr/src/emacs/lisp/skeleton.el.gz
(defvar skeleton-pair-alist ()
  "An override alist of pairing partners matched against `last-command-event'.
Each alist element, which looks like (ELEMENT ...), is passed to
`skeleton-insert' with no interactor.  Variable `str' does nothing.

Elements might be (?\\=` ?\\=` _ \"\\='\\='\"), (?\\( ?  _ \" )\") or (?{ \\n > _ \\n ?} >).")