branch: externals/dtache commit 518317cc3e981c46f73a0c0ab1b73f8618c279c0 Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Update comment --- detached-compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detached-compile.el b/detached-compile.el index 26a050340d..14a4fedad6 100644 --- a/detached-compile.el +++ b/detached-compile.el @@ -82,7 +82,7 @@ Optionally EDIT-COMMAND." (detached--current-session session)) (compilation-start (detached--session-command session)) (when detached-show-output-on-attach - ;; HACK: When attaching to a detached process and + ;; HACK: When attaching to a detached session and ;; `detached-show-output-on-attach' is non-nil we need to switch ;; to the compile buffer and go to the end. Otherwise it won't ;; properly update when new output is coming