diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-08-31 22:51:20 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-08-31 22:51:20 +0200 |
| commit | 80586626de3fec29926f6b4b9f73f1fc04dba254 (patch) | |
| tree | 20564132248e5e424bdee3c471d43b94d09ebb89 /docs | |
| parent | a4ef93d3dfb23e96e56cf8cc702bd44c4064f381 (diff) | |
with-editor*: Fix documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/with-editor.org | 2 | ||||
| -rw-r--r-- | docs/with-editor.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/with-editor.org b/docs/with-editor.org index 9b747da..29f8f75 100644 --- a/docs/with-editor.org +++ b/docs/with-editor.org @@ -243,7 +243,7 @@ package]]. - Macro: with-editor* envvar &rest body :: - This macro is like ~with-editor~ instead that the ENVVAR argument is + This macro is like ~with-editor~, except that the ENVVAR argument is required and that it is evaluated at run-time. - Function: with-editor-set-process-filter process filter :: diff --git a/docs/with-editor.texi b/docs/with-editor.texi index 98b20c0..18ed32d 100644 --- a/docs/with-editor.texi +++ b/docs/with-editor.texi @@ -302,7 +302,7 @@ instead of @code{EDITOR}. @end defmac @defmac with-editor* envvar &rest body -This macro is like @code{with-editor} instead that the ENVVAR argument is +This macro is like @code{with-editor}, except that the ENVVAR argument is required and that it is evaluated at run-time. @end defmac |
