Function: lua-backwards-to-block-begin-or-end

lua-backwards-to-block-begin-or-end is an interactive and byte-compiled function defined in lua-mode.el.gz.

Signature

(lua-backwards-to-block-begin-or-end)

Documentation

Move backwards to nearest block begin or end.

Return nil if unsuccessful.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/lua-mode.el.gz
(defun lua-backwards-to-block-begin-or-end ()
  "Move backwards to nearest block begin or end.
Return nil if unsuccessful."
  (interactive)
  (lua-find-regexp 'backward lua-block-regexp))