branch: externals/dtache
commit 249e21f498e121ee1f9dfa7f915e9db79f734bbe
Author: Niklas Eklund <[email protected]>
Commit: Niklas Eklund <[email protected]>
Fix too long docstring
---
detached-compile.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/detached-compile.el b/detached-compile.el
index ba31a88ec3..a924275fe1 100644
--- a/detached-compile.el
+++ b/detached-compile.el
@@ -104,7 +104,7 @@ Optionally EDIT-COMMAND."
;;;;; Support functions
(defun detached-compile--compilation-start (compilation-start &rest args)
- "Optionally create a `detached' session before running COMPILATION-START
with ARGS."
+ "Create a `detached' session before running COMPILATION-START with ARGS."
(if detached-enabled
(pcase-let ((`(,command ,mode ,_ ,highlight-regexp) args)
(buffer-name "*detached-compilation*"))