diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-04-15 20:05:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-04-15 20:05:17 -0700 |
commit | a4dabadfdb2c090cf985bae80c72f2c6477de046 (patch) | |
tree | 7d6e17a486c8e00e816c92e7caf2881c3a08b5f2 /txr.1 | |
parent | f200086eff39c729cbdbb5dbdcb97b134f3fdd0d (diff) | |
download | txr-a4dabadfdb2c090cf985bae80c72f2c6477de046.tar.gz txr-a4dabadfdb2c090cf985bae80c72f2c6477de046.tar.bz2 txr-a4dabadfdb2c090cf985bae80c72f2c6477de046.zip |
Glob-related variables wrongly documented as special.
* txr.1: glob-err, glob-mark and others are global lexical
variables, not special.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37735,7 +37735,7 @@ On platforms where the POSIX function is available \*(TX provides this functionality in the form of a like-named function, and some numeric constants. -.coNP Special variables @, glob-err @, glob-mark @, glob-nosort @, glob-nocheck @, glob-noescape @, glob-period @, glob-altdirfunc @, glob-brace @, glob-nomagic @, glob-tilde @ glob-tilde-check and @ glob-onlydir +.coNP Variables @, glob-err @, glob-mark @, glob-nosort @, glob-nocheck @, glob-noescape @, glob-period @, glob-altdirfunc @, glob-brace @, glob-nomagic @, glob-tilde @ glob-tilde-check and @ glob-onlydir These variables take on the values of the corresponding C preprocessor constants from the |