mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-05 22:10:05 +03:00
Update documentation using checkdoc
Preparing for the MELPA release. See #4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user