From be3f4ac0a0582347e663eb58989e32fe54018d82 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 10 Apr 2018 06:16:53 -0700 Subject: doc: new package fallback use by printer. * txr.1: Update the description of how the printer avoids ambiguity when making use of the packag fallback list. --- txr.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 3f35d85d..2dc35a34 100644 --- a/txr.1 +++ b/txr.1 @@ -45574,7 +45574,9 @@ The printer situation involving the fallback list is as follows. If a symbol is being printed in a machine-readable way (not "pretty"), has a home package and is not a keyword symbol, then a search takes place through the current package and its fallback list. If the symbol is found -in any of those places, then it is printed without a package prefix. +in any of those places, and if those places are devoid of any symbols +which have the same name, thus causing ambiguity, then the symbol is printed +without a package prefix. The listener situation involving the fallback list is a follows. When tab completion is used on a symbol without a package -- cgit v1.2.3