summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-02-26 17:14:45 -0800
committerKaz Kylheku <kaz@kylheku.com>2017-02-26 17:14:45 -0800
commit69820aca360de58379264f7f42010d7b3820706b (patch)
tree074033562364794ba003fd20012b428e37bd4566
parenta66888b6e07dbfd6b22dcd7fa9e240692c17a039 (diff)
downloadtxr-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.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 8a1e77ae..74feba37 100644
--- a/txr.1
+++ b/txr.1
@@ -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