From 69820aca360de58379264f7f42010d7b3820706b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 26 Feb 2017 17:14:45 -0800 Subject: 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. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'txr.1') 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 -- cgit v1.2.3