Update documentation using checkdoc

Preparing for the MELPA release.

See #4
This commit is contained in:
Nathan Lovato
2020-02-17 09:43:49 -06:00
parent f17c6a7418
commit dfe2cd922e
3 changed files with 6 additions and 3 deletions

View File

@@ -32,7 +32,10 @@
;;; Code:
(defun gdscript-format--run-gdformat (buffer-input buffer-output buffer-error)
"Call gdformat process."
"Call gdformat process.
Argument BUFFER-INPUT reference to the input buffer to format.
Argument BUFFER-OUTPUT the buffer to write the output of the gdformat call.
Argument BUFFER-ERROR the buffer to write errors to."
(with-current-buffer buffer-input
(let ((process (make-process :name "gdformat"
:command (list "gdformat" "-"):buffer