Function: woman-unquote-args

woman-unquote-args is a byte-compiled function defined in woman.el.gz.

Signature

(woman-unquote-args)

Documentation

Delete any double-quote characters up to the end of the line.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defsubst woman-unquote-args ()
  "Delete any double-quote characters up to the end of the line."
  (woman-unquote (save-excursion (end-of-line) (point-marker))))