diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-02-23 21:00:22 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-02-23 21:00:22 -0800 |
commit | dbc38a2e779bf1803e30581dbbf1d71a259b20e9 (patch) | |
tree | 4e1ea38b27fd708d4264165dffe5d43ccb3aa7ba | |
parent | 05922ba5c2cc0119b9ad5a2b8a9156750978ca8e (diff) | |
download | txr-dbc38a2e779bf1803e30581dbbf1d71a259b20e9.tar.gz txr-dbc38a2e779bf1803e30581dbbf1d71a259b20e9.tar.bz2 txr-dbc38a2e779bf1803e30581dbbf1d71a259b20e9.zip |
path-sep-chars: document first char being special.
* txr.1: If a platform has multiple path separator characters
and one of them is preferred, it appears first. Document this.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -45516,6 +45516,10 @@ The variable holds a string consisting of the characters which the underlying operating system recognizes as path name separators. +If a particular of these characters is considered preferred on +the host platform, that character is placed in the first position of +.codn path-sep-chars . + Altering the value of this variable has no effect on any \*(TL library function. |