Function: idlwave-end-of-block
idlwave-end-of-block is an interactive and byte-compiled function
defined in idlwave.el.gz.
Signature
(idlwave-end-of-block)
Documentation
Go to the beginning of the current block.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defun idlwave-end-of-block ()
"Go to the beginning of the current block."
(interactive)
(idlwave-block-jump-out 1 'nomark)
(backward-word-strictly 1))