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 | af8cd95b6ebb41070993c8d93f69b4acd124b67d (patch) | |
tree | 4e1ea38b27fd708d4264165dffe5d43ccb3aa7ba | |
parent | 9a53386f3b8b6b41982decf162e4cd271d01ec97 (diff) | |
download | txr-af8cd95b6ebb41070993c8d93f69b4acd124b67d.tar.gz txr-af8cd95b6ebb41070993c8d93f69b4acd124b67d.tar.bz2 txr-af8cd95b6ebb41070993c8d93f69b4acd124b67d.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. |