Function: help--make-usage-docstring
help--make-usage-docstring is a byte-compiled function defined in
help.el.gz.
Signature
(help--make-usage-docstring FN ARGLIST)
Source Code
;; Defined in /usr/src/emacs/lisp/help.el.gz
(defun help--make-usage-docstring (fn arglist)
(let ((print-escape-newlines t))
(help--docstring-quote (format "%S" (help--make-usage fn arglist)))))