diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-29 07:21:35 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-29 07:21:35 -0700 |
commit | 725ba685b0f4edf43766a13e5e3d25111f6b0962 (patch) | |
tree | a24c3d1572fe1f54f98a1c5bd91110c7d47b3262 | |
parent | f9c8ebcff9ab51f24868aff19bd0fad6b70214dc (diff) | |
download | txr-725ba685b0f4edf43766a13e5e3d25111f6b0962.tar.gz txr-725ba685b0f4edf43766a13e5e3d25111f6b0962.tar.bz2 txr-725ba685b0f4edf43766a13e5e3d25111f6b0962.zip |
doc: struct literals: bad syntax synopsis.
* txr.1: Fix incorrect #H prefix which should of course be #S.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11300,7 +11300,7 @@ and the symbol .NP* Struct Literals -.meIP >> #H( name >> { slot << value }*) +.meIP >> #S( name >> { slot << value }*) The notation .code #S |