vcursor-toggle-vcursor-map

vcursor-toggle-vcursor-map is an alias for `vcursor-use-vcursor-map' in `vcursor.el'.


(vcursor-toggle-vcursor-map &optional ARG)

This function is obsolete since 23.1;
use `vcursor-use-vcursor-map' instead.

Toggle the state of the vcursor key map.
With a prefix argument ARG, enable it if ARG is positive, and disable
it otherwise. If called from Lisp, enable it if ARG is omitted or nil.
When on, the keys defined in it are mapped directly on top of the main
keymap, allowing you to move the vcursor with ordinary motion keys.
An indication "!VC" appears in the mode list. The effect is
local to the current buffer.
Disabling the vcursor automatically turns this off.