Function: viper-change-to-eol

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

Signature

(viper-change-to-eol ARG)

Documentation

Change to end of line.

Key Bindings

Source Code

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