emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dtache 249e21f498 15/16: Fix too long docstring


From: ELPA Syncer
Subject: [elpa] externals/dtache 249e21f498 15/16: Fix too long docstring
Date: Fri, 20 May 2022 05:57:42 -0400 (EDT)

branch: externals/dtache
commit 249e21f498e121ee1f9dfa7f915e9db79f734bbe
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    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*"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]