Mercurial > emacs
changeset 52156:198af82c7606
(Warning Basics): Fix typo.
(Fringes): Add closing curly bracket and fix typo.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Wed, 06 Aug 2003 03:13:21 +0000 |
parents | 9a786e2a1944 |
children | 3619f7bd9400 |
files | lispref/display.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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