Function: vi-goto-char-mark

vi-goto-char-mark is an interactive and byte-compiled function defined in vi.el.gz.

Signature

(vi-goto-char-mark CHAR)

Documentation

Go to the char position marked by next mark-char.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/vi.el.gz
(defun vi-goto-char-mark (char)
  "Go to the char position marked by next mark-char."
  (interactive "c")
  (vi-goto-mark char))