diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-02-26 17:14:45 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-02-26 17:14:45 -0800 |
commit | 69820aca360de58379264f7f42010d7b3820706b (patch) | |
tree | 074033562364794ba003fd20012b428e37bd4566 | |
parent | a66888b6e07dbfd6b22dcd7fa9e240692c17a039 (diff) | |
download | txr-69820aca360de58379264f7f42010d7b3820706b.tar.gz txr-69820aca360de58379264f7f42010d7b3820706b.tar.bz2 txr-69820aca360de58379264f7f42010d7b3820706b.zip |
doc: print methods print, not pretty-print.
* txr.1: Fix misleading text which says that print methods are
called to pretty-print objects. They are called for all
printing: regular or pretty.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23665,7 +23665,7 @@ hash table, searches for those keys will not work reliably. .desc If a method named by the symbol .code print -is defined for a structure type, then it is used for pretty-printing instances +is defined for a structure type, then it is used for printing instances of that type. The |