glib, gtk: Address documentation formatting warnings.
authorMatt Birkholz <puck@birchwood-abbey.net>
Sun, 5 Feb 2017 03:44:56 +0000 (20:44 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Sun, 5 Feb 2017 03:44:56 +0000 (20:44 -0700)
Fix overfull boxes by adding line breaks or shortening words.  Fix
underfull boxes by putting @raggedright / @end around long lists of
long identifiers.  And punt a self-referential (undefined) xref.

src/glib/mit-scheme-pucked-glib.texi
src/gtk/hello.scm
src/gtk/mit-scheme-pucked-gtk.texi

index f8b12558aa76a5f144868ffd372436844815957e..d45fbc1d63ba7d975387d898c4496c75bf312dce 100644 (file)
@@ -150,10 +150,10 @@ as @var{alien-function}.  @var{alien-function} should be a callback
 trampoline, as in this example:
 
 @example
-  (g-signal-connect window (C-callback "delete_event") delete-callback)
+  (g-signal-connect window (C-callback "delete_event") callback)
 @end example
 
-Note that @var{delete-callback} should reference @var{window} via
+Note that @var{callback} should reference @var{window} via
 parameter @emph{only}.  @xref{pinned-objects}.
 @end deffn
 
@@ -291,6 +291,7 @@ attribute's value is a GFileType member, e.g. @code{(C-enum
 "G_FILE_TYPE_UNKNOWN")}.  For a complete list of GFileType members and
 other GIO constants, see your @file{gioenums.h} header file.
 
+@raggedright
 Here are the 76 keys listed in the @file{gfileinfo.h} header:
 @code{standard::type},
 @code{standard::is-hidden},
@@ -368,6 +369,7 @@ Here are the 76 keys listed in the @file{gfileinfo.h} header:
 @code{trash::item-count},
 @code{trash::orig-path}, or
 @code{trash::deletion-date}.
+@end raggedright
 
 @deffn Procedure gfile-info-list-attributes ginfo namespace
 Lists the gfile-info attribute keys. 
index 951ef2c0bc956afe61586c43a69831827ba0b22f..bb31b30228b58e63309f4ca78f1ef2a6d0ec5921 100644 (file)
@@ -1,6 +1,7 @@
 #| -*-Scheme-*-
 
-This is Havoc Pennington's Hello World example from GGAD, wrapped in Scheme. |#
+This is Havoc Pennington's Hello World example
+from GGAD, wrapped in Scheme. |#
 
 (define (hello)
   (let ((window (gtk-window-new 'toplevel))
index bd70db94baee53498996d2ef6d147489aac60344..02259293c3684ba36ca785e1658793d0054e45a2 100644 (file)
@@ -647,7 +647,7 @@ select widgets by name.
 Gives @var{widget} @var{name}.  The style of the widget (its font,
 colors, etc.) can then be specified using @var{name} in syntax much
 like the id selectors of Cascading Style Sheets (@acronym{CSS}).
-@xref{Gtk CSS Provider}.  Note that the CSS selector syntax allows
+Note that the CSS selector syntax allows
 only alphanumerics, dashes and underscores in widget names.
 @end deffn
 
@@ -1341,6 +1341,7 @@ Type predicate.
 @end deffn
 
 @deffn Procedure set-fix-widget-pointer-shape! widget shape
+@raggedright
 @var{Shape} can be any one of the following symbols:
 @c another thing to check in doc/gtk/check.scm:
 @code{x-cursor},
@@ -1420,6 +1421,7 @@ Type predicate.
 @code{ur-angle},
 @code{watch}, or
 @code{xterm}.
+@end raggedright
 @end deffn
 
 @deffn {Generic Procedure} fix-widget-new-geometry-callback widget