Function: magit-delete-line

magit-delete-line is a byte-compiled function defined in magit-base.el.

Signature

(magit-delete-line)

Documentation

Delete the rest of the current line.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-base.el
(defun magit-delete-line ()
  "Delete the rest of the current line."
  (delete-region (point) (1+ (line-end-position))))