From c00d3ba4e11c9ccef1442bbafae88bc7a037ead8 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Wed, 6 Aug 2003 03:13:21 +0000 Subject: [PATCH] (Warning Basics): Fix typo. (Fringes): Add closing curly bracket and fix typo. --- lispref/display.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lispref/display.texi b/lispref/display.texi index 6d467f2f63a..9262be65894 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -376,7 +376,7 @@ program signals a Lisp error and then handles it with @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 @@ should appear outside of the display margins. @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 -- 2.11.4.GIT