branch: elpa/exec-path-from-shell
commit 4c3fbc3d7f34453a99f90097f32b1015acb35a25
Author: Jean-Christophe Helary <[email protected]>
Commit: GitHub <[email protected]>
"docstring wider than 80 characters"
Just trying to reduce the number of warning messages for a build with
native compilation.
---
exec-path-from-shell.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exec-path-from-shell.el b/exec-path-from-shell.el
index 89eed8b5e7..1a2281113a 100644
--- a/exec-path-from-shell.el
+++ b/exec-path-from-shell.el
@@ -89,7 +89,7 @@
:group 'exec-path-from-shell)
(defcustom exec-path-from-shell-warn-duration-millis 500
- "Print a warning message if shell execution takes longer than this many
milliseconds."
+ "Print a warning if shell execution takes longer than this many
milliseconds."
:type 'integer)
(defcustom exec-path-from-shell-shell-name nil