grammar
This commit is contained in:
parent
f8fbef93a7
commit
a568d9687a
@ -80,7 +80,7 @@ and ending points."
|
||||
(apply 'write-region (append content (list file))))
|
||||
|
||||
(defun emacs-upload/list-curl-forms (file)
|
||||
"Generate a list curl forms"
|
||||
"Generate a list of curl forms"
|
||||
(if (cddr emacs-upload/host)
|
||||
(let* ((forms (mapcan (lambda (form) (list "-F" form)) (rest emacs-upload/host)))
|
||||
(file-form (car (last forms))))
|
||||
|
Reference in New Issue
Block a user