Remove outdated comment "(default is 4kb)"

This commit is contained in:
James Cherti
2024-11-01 14:24:08 -04:00
parent 8485df3300
commit 20ab29b0c8

View File

@@ -110,7 +110,7 @@
;; Delete by moving to trash in interactive mode ;; Delete by moving to trash in interactive mode
(setq delete-by-moving-to-trash (not noninteractive)) (setq delete-by-moving-to-trash (not noninteractive))
;; Increase how much is read from processes in a single chunk (default is 4kb). ;; Increase how much is read from processes in a single chunk
(setq read-process-output-max (* 512 1024)) ; 512kb (setq read-process-output-max (* 512 1024)) ; 512kb
;; Collects and displays all available documentation immediately, even if ;; Collects and displays all available documentation immediately, even if