Function: vera-expand-abbrev
vera-expand-abbrev is an interactive and byte-compiled function
defined in vera-mode.el.gz.
Signature
(vera-expand-abbrev ARG1)
Documentation
Try to expand text before point, using the following functions: try-expand-dabbrev, try-expand-dabbrev-all-buffers, vera-try-expand-abbrev
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vera-mode.el.gz
;; function for expanding abbrevs and dabbrevs
(defalias 'vera-expand-abbrev
(make-hippie-expand-function '(try-expand-dabbrev
try-expand-dabbrev-all-buffers
vera-try-expand-abbrev)))