aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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