From: Saba Saba Date: Thu, 9 Feb 2023 17:26:22 +0000 (-0500) Subject: Updated wording for file-chunk-length X-Git-Url: http://sabadev.xyz:4321/?a=commitdiff_plain;h=22581faa8d259692098cedbb7f9ce4f80114a1b2;p=git-repl.git Updated wording for file-chunk-length --- diff --git a/git-repl.cl b/git-repl.cl index df00877..759c31f 100644 --- a/git-repl.cl +++ b/git-repl.cl @@ -9,7 +9,7 @@ (export ',name) (defvar ,name ,value ,doc))) -(defvar-public *file-chunk-length* 10 "The number of files to operate on at a time for update-index") +(defvar-public *file-chunk-length* 10 "The number of files to operate on at a time for handle-file-paths") (defvar-public *installation-file* "C:/bin/git-repl.exe" "The filepath to install to when running (make-install)") (defmacro print-or-collect-symbols (do-symbol-action &key (print-symbols t))