Function: vi-goto-line-mark
vi-goto-line-mark is an interactive and byte-compiled function defined
in vi.el.gz.
Signature
(vi-goto-line-mark CHAR)
Documentation
Go to the line (at first non-white) marked by next char.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/vi.el.gz
(defun vi-goto-line-mark (char)
"Go to the line (at first non-white) marked by next char."
(interactive "c")
(vi-goto-mark char t))