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-ss
woman1-vs
woman1-cs
woman1-ne
woman1-IX
woman1-bd
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))