aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorJohn Paul Wallington2003-08-06 03:13:21 +0000
committerJohn Paul Wallington2003-08-06 03:13:21 +0000
commitc00d3ba4e11c9ccef1442bbafae88bc7a037ead8 (patch)
tree620ae6cf68520832f5e66ef77d1110afcceaa290 /lispref
parentc5948a7585270ae317aafe85437f5008f14f73ce (diff)
downloademacs-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.texi6
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
377show the message to the user by reporting it as a warning.) 377show 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
381list of symbols. The first symbol should be the custom group that you 381list of symbols. The first symbol should be the custom group that you
382use for the program's user options. For example, byte compiler 382use 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
2521This function returns information about the fringes of a window 2521This 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