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 | 38e043dd3787025d75ea82c0b1bee9b13908e37c (patch) | |
tree | 0bdab022cea4aaa55218259be118bee4854080bc | |
parent | 525069783ed693ae74919c10521fcb536e80e53a (diff) | |
download | txr-38e043dd3787025d75ea82c0b1bee9b13908e37c.tar.gz txr-38e043dd3787025d75ea82c0b1bee9b13908e37c.tar.bz2 txr-38e043dd3787025d75ea82c0b1bee9b13908e37c.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. |