From 79eb8a04600dfda3fa688a25ed6e08088f1273d8 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 23 Aug 2013 00:00:49 -0700 Subject: [PATCH] gtk-screen: New valid value for create-editor-args: (gtk). --- doc/user-manual/user.texinfo | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/user-manual/user.texinfo b/doc/user-manual/user.texinfo index e64a42bd0..274caaab6 100644 --- a/doc/user-manual/user.texinfo +++ b/doc/user-manual/user.texinfo @@ -3930,9 +3930,15 @@ values are defined: @table @code @item (#f) This is the default. Creates a window of some default size, and uses -that window as Edwin's main window. Under unix, if X11 is not available -or if the @env{DISPLAY} environment variable is undefined, Edwin will -run on Scheme's console. +that window as Edwin's main window. Under unix, if Gtk and X11 are +not available or if the @env{DISPLAY} environment variable is +undefined, Edwin will run on Scheme's console. + +@item (gtk) +Unix only. Creates an X window containing Gtk widgets, mostly Scheme +canvases. This requires the @env{DISPLAY} environment variable to +have been set to the appropriate value before Scheme was started, and +the @code{gtk-screen} option to have been loaded. @item (x) Unix only. Creates an X window and uses it as Edwin's main window. -- 2.25.1