branch: externals/dape commit fdf175b940b8145e6178e5abbb3140b8c3263bf0 Author: Daniel Pettersson <dan...@dpettersson.net> Commit: Daniel Pettersson <dan...@dpettersson.net>
Update timeout error message --- dape.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dape.el b/dape.el index 8363e9abe2..6d75efe38a 100644 --- a/dape.el +++ b/dape.el @@ -1492,8 +1492,8 @@ If `dape--request-blocking' is non nil do blocking request." (or (plist-get result :message) "")))) (timeout-fn () (dape--warn - "Command %S timed out after %d seconds, the \ -timeout period is configurable with `dape-request-timeout'" + "Command %S timed out after %d seconds (see \ +`dape-request-timeout')" command dape-request-timeout) (funcall cb nil dape--timeout-error)))