Updated wording for file-chunk-length
authorSaba Saba <saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:22 +0000 (12:26 -0500)
committerSaba Saba <saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:22 +0000 (12:26 -0500)
git-repl.cl

index df00877..759c31f 100644 (file)
@@ -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))