diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2016-08-28 19:25:54 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2016-08-28 19:25:54 +0200 |
| commit | 6f41998405796336575b1fce49b84667feaa9b9f (patch) | |
| tree | 74ce95a33819eb3d7111cabbb1110078d29aa533 | |
| parent | fab38c451da40db17d021009ffbc53199b5e2237 (diff) | |
with-editor-export-editor: fix doc-stringv2.5.3
| -rw-r--r-- | with-editor.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |
