From 6910b59c4271e375b21913e1f1aea35116db6676 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 6 Aug 2023 00:51:28 -0700 Subject: [PATCH] docs: correct `config-download` docstring Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 7abaa31..79d41fc 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -15,7 +15,7 @@ (byte-recompile-directory "~/.emacs.d/")) (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) (let* ((confirm (or confirm (read-string "Type `YES' to confirm download: "))))