Function: woman-delete-whole-line

woman-delete-whole-line is a byte-compiled function defined in woman.el.gz.

Signature

(woman-delete-whole-line)

Documentation

Delete current line from beginning including eol.

Aliases

woman1-ps woman1-vs woman1-cs woman1-IX woman1-ne woman1-bd woman1-ss

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defsubst woman-delete-whole-line ()
  "Delete current line from beginning including eol."
  (beginning-of-line)
  (woman-delete-line 1))