branch: elpa/with-editor
commit 6f41998405796336575b1fce49b84667feaa9b9f
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
with-editor-export-editor: fix doc-string
---
with-editor.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/with-editor.el b/with-editor.el
index 372169b..babbd81 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -537,7 +537,7 @@ which may or may not insert the text into the PROCESS'
buffer."
Set and export the environment variable ENVVAR, by default
\"EDITOR\". The value is automatically generated to teach
-commands use the current Emacs instance as \"the editor\".
+commands to use the current Emacs instance as \"the editor\".
This works in `shell-mode', `term-mode' and `eshell-mode'."
(interactive (list (with-editor-read-envvar)))