From dd72104eeb2f7d80d9a8a30d333ae3e3888fc2ed Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Fri, 22 Nov 2024 10:21:01 -0800 Subject: [PATCH] chore(clean/all): Update command desc --- lisp/clean/all.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/clean/all.el b/lisp/clean/all.el index 6dae01c7..182d3699 100644 --- a/lisp/clean/all.el +++ b/lisp/clean/all.el @@ -2,7 +2,7 @@ ;;; Commentary: ;; -;; Command that cleans .eask directory, and all elc files. +;; Command that does all other cleaning tasks. ;; ;; $ eask clean all ;;