Function: vip-line-to-top
vip-line-to-top is an interactive and byte-compiled function defined
in vip.el.gz.
Signature
(vip-line-to-top ARG)
Documentation
Put current line on the home line.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/vip.el.gz
(defun vip-line-to-top (arg)
"Put current line on the home line."
(interactive "p")
(recenter (1- arg)))