# HG changeset patch # User John Paul Wallington # Date 1060139601 0 # Node ID 198af82c760683fece9df2fb5746eaf67e3be89c # Parent 9a786e2a1944eedff63fa45d19e3c29628df85d3 (Warning Basics): Fix typo. (Fringes): Add closing curly bracket and fix typo. diff -r 9a786e2a1944 -r 198af82c7606 lispref/display.texi --- a/lispref/display.texi Wed Aug 06 03:12:37 2003 +0000 +++ b/lispref/display.texi Wed Aug 06 03:13:21 2003 +0000 @@ -376,7 +376,7 @@ @code{condition-case}, the user won't see the error message; it could show the message to the user by reporting it as a warning.) -@cinedex warning type +@cindex warning type Each warning has a @dfn{warning type} to classify it. The type is a list of symbols. The first symbol should be the custom group that you use for the program's user options. For example, byte compiler @@ -2519,8 +2519,8 @@ @defun window-fringes window This function returns information about the fringes of a window -@var{window}. The value as the form @code{(@var{left-width} -@var{right-width} @var{frames-outside-margins}). +@var{window}. The value has the form @code{(@var{left-width} +@var{right-width} @var{frames-outside-margins})}. @end defun @node Display Property