diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-10-16 15:08:34 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-10-16 15:08:34 -0700 |
commit | aa0040952bf49f25a787fec6268d65089fa69643 (patch) | |
tree | 0bdab022cea4aaa55218259be118bee4854080bc | |
parent | 0126a26c555ac473477ef92e7a76aef44ddf1c9c (diff) | |
download | txr-aa0040952bf49f25a787fec6268d65089fa69643.tar.gz txr-aa0040952bf49f25a787fec6268d65089fa69643.tar.bz2 txr-aa0040952bf49f25a787fec6268d65089fa69643.zip |
doc: func-get-name formatting.
* txr.1: Fix two instances of bungled method name meta-syntax.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17285,11 +17285,11 @@ or .metn postinitfun , in which case it is returned as either the .mono -.meti (meth < type << :init) +.meti (meth < type :init) .onom or the .mono -.meti (meth < type << :postinit) +.meti (meth < type :postinit) .onom syntax. |