branch: elpa/with-editor
commit b37d94b7aa473bdaace7dee00230464921aa57d6
Author: Noam Postavsky <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    with-editor-debug: fix old reference to magit in output
---
 with-editor.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/with-editor.el b/with-editor.el
index 0071ccd..13e0c6a 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -748,7 +748,7 @@ See info node `(with-editor)Debugging' for instructions."
           (fun (let ((warning-minimum-level :error)
                      (warning-minimum-log-level :error))
                  (with-editor-locate-emacsclient))))
-      (insert "magit-emacsclient-executable:\n"
+      (insert "with-editor-emacsclient-executable:\n"
               (format " value:   %s (%s)\n" val
                       (and val (with-editor-emacsclient-version val)))
               (format " default: %s (%s)\n" def

Reply via email to