Function: texinfo-parse-arg-discard
texinfo-parse-arg-discard is a byte-compiled function defined in
texinfmt.el.gz.
Signature
(texinfo-parse-arg-discard)
Documentation
Delete command and argument; return argument of command.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/texinfmt.el.gz
(defun texinfo-parse-arg-discard ()
"Delete command and argument; return argument of command."
(prog1 (texinfo-parse-line-arg)
(texinfo-discard-command)))