summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2021-07-04 11:23:28 -0400
committerKaz Kylheku <kaz@kylheku.com>2021-07-04 11:34:07 -0700
commite713dede16407c021a5ec72f13147215cc78c3e8 (patch)
treedc70dabae6ac94b9cc26c8f1c35c94968f9943c9 /txr.1
parent1282c7c1aebaaca2005011397a576c22aa62db0b (diff)
downloadtxr-e713dede16407c021a5ec72f13147215cc78c3e8.tar.gz
txr-e713dede16407c021a5ec72f13147215cc78c3e8.tar.bz2
txr-e713dede16407c021a5ec72f13147215cc78c3e8.zip
listener: treat unset and empty EDITOR the same.
* linenoise/linenoise.c (edit_in_editor): Treat empty EDITOR variable as if it were unset (i.e., do nothing). * txr.1: Documented.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 72e38c48..11275867 100644
--- a/txr.1
+++ b/txr.1
@@ -81621,7 +81621,7 @@ terminates, the file is read into the editing buffer.
The editor is determined from the
.code EDITOR
-environment variable. If this variable doesn't exist,
+environment variable. If this variable is unset or empty,
the command does nothing.
The temporary file is created in the home directory, if that can