Function: vip-change-to-eol

vip-change-to-eol is an interactive and byte-compiled function defined in vip.el.gz.

Signature

(vip-change-to-eol ARG)

Documentation

Change to end of line.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/vip.el.gz
(defun vip-change-to-eol (arg)
  "Change to end of line."
  (interactive "P")
  (vip-goto-eol (cons arg ?c)))