From 22581faa8d259692098cedbb7f9ce4f80114a1b2 Mon Sep 17 00:00:00 2001 From: Saba Saba Date: Thu, 9 Feb 2023 12:26:22 -0500 Subject: [PATCH] Updated wording for file-chunk-length --- git-repl.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.20.1