From e5e234462cc5df48535502bcee1d66e390328c4f Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 31 Mar 2009 14:56:55 +0000 Subject: [PATCH] clarification svn: r14388 original commit: 0adc7a50f2ace401f74851c07780d09c526b4784 --- collects/mrlib/scribblings/graph/graph-pasteboard-intf.scrbl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/collects/mrlib/scribblings/graph/graph-pasteboard-intf.scrbl b/collects/mrlib/scribblings/graph/graph-pasteboard-intf.scrbl index a55866f0..77e49104 100644 --- a/collects/mrlib/scribblings/graph/graph-pasteboard-intf.scrbl +++ b/collects/mrlib/scribblings/graph/graph-pasteboard-intf.scrbl @@ -49,7 +49,10 @@ different nodes. void?]{ Sets a boolean controlling whether or not arrow labels are flipped so -the are always right-side-up. +the are always right-side-up. Note that if there are two nodes with +edges going from the first to the second, and from the second to the +first, and the two have labels, then this should be turned off or the +labels will appear in the same space. This setting does not affect self-links---only links between two different nodes.