1
0
Fork 0

docs: correct config-download docstring

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-08-06 00:51:28 -07:00
parent cd0728fdb9
commit 6910b59c42
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -15,7 +15,7 @@
(byte-recompile-directory "~/.emacs.d/")) (byte-recompile-directory "~/.emacs.d/"))
(defun config-download (&optional confirm) (defun config-download (&optional confirm)
"Download the latest Emacs configuration files from the GitHub repository." "Download the latest Emacs config files from the GitHub repository if CONFIRM."
(interactive) (interactive)
(let* ((confirm (or confirm (let* ((confirm (or confirm
(read-string "Type `YES' to confirm download: ")))) (read-string "Type `YES' to confirm download: "))))