From 05e4a8e843454508309a2ef85b906690531666c0 Mon Sep 17 00:00:00 2001
From: Miller Puckette <msp@ucsd.edu>
Date: Sun, 18 May 2008 14:00:55 -0700
Subject: [PATCH] comments in g_canvas.h

---
 src/g_canvas.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/g_canvas.h b/src/g_canvas.h
index e2b6626a4..afb79cf83 100644
--- a/src/g_canvas.h
+++ b/src/g_canvas.h
@@ -7,8 +7,8 @@ functions.  "Glists" and "canvases" and "graphs" used to be different
 structures until being unified in version 0.35.
 
 A glist occupies its own window if the "gl_havewindow" flag is set.  Its
-appearance on its "parent" or "owner" (if it has one) is as a graph if
-"gl_isgraph" is set, and otherwise as a text box.
+appearance on its "parent", also called "owner", (if it has one) is as a graph
+if "gl_isgraph" is set, and otherwise as a text box.
 
 A glist is "root" if it has no owner, i.e., a document window.  In this
 case "gl_havewindow" is always set.
-- 
GitLab