branch: externals/plz
commit 8f263bfd0f63cfaebb36aff811a41c879f195bb6
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Comment: Remove old TODO
---
plz.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/plz.el b/plz.el
index 140f9843c8..c0cb93a3d7 100644
--- a/plz.el
+++ b/plz.el
@@ -497,7 +497,6 @@ NOQUERY is passed to `make-process', which see."
(when body
(cl-typecase body
(string (process-send-string process body))
- ;; TODO: Document that BODY can be a buffer.
(buffer (with-current-buffer body
(process-send-region process (point-min) (point-max))))))
(process-send-eof process)