diff options
| author | John Paul Wallington | 2003-08-06 03:13:21 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2003-08-06 03:13:21 +0000 |
| commit | c00d3ba4e11c9ccef1442bbafae88bc7a037ead8 (patch) | |
| tree | 620ae6cf68520832f5e66ef77d1110afcceaa290 /lispref | |
| parent | c5948a7585270ae317aafe85437f5008f14f73ce (diff) | |
| download | emacs-c00d3ba4e11c9ccef1442bbafae88bc7a037ead8.tar.gz emacs-c00d3ba4e11c9ccef1442bbafae88bc7a037ead8.zip | |
(Warning Basics): Fix typo.
(Fringes): Add closing curly bracket and fix typo.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/display.texi | 6 |
1 files 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 | |||
| 376 | @code{condition-case}, the user won't see the error message; it could | 376 | @code{condition-case}, the user won't see the error message; it could |
| 377 | show the message to the user by reporting it as a warning.) | 377 | show the message to the user by reporting it as a warning.) |
| 378 | 378 | ||
| 379 | @cinedex warning type | 379 | @cindex warning type |
| 380 | Each warning has a @dfn{warning type} to classify it. The type is a | 380 | Each warning has a @dfn{warning type} to classify it. The type is a |
| 381 | list of symbols. The first symbol should be the custom group that you | 381 | list of symbols. The first symbol should be the custom group that you |
| 382 | use for the program's user options. For example, byte compiler | 382 | use for the program's user options. For example, byte compiler |
| @@ -2519,8 +2519,8 @@ should appear outside of the display margins. | |||
| 2519 | 2519 | ||
| 2520 | @defun window-fringes window | 2520 | @defun window-fringes window |
| 2521 | This function returns information about the fringes of a window | 2521 | This function returns information about the fringes of a window |
| 2522 | @var{window}. The value as the form @code{(@var{left-width} | 2522 | @var{window}. The value has the form @code{(@var{left-width} |
| 2523 | @var{right-width} @var{frames-outside-margins}). | 2523 | @var{right-width} @var{frames-outside-margins})}. |
| 2524 | @end defun | 2524 | @end defun |
| 2525 | 2525 | ||
| 2526 | @node Display Property | 2526 | @node Display Property |