Fix last change in lispref/display.texi.

Fixes: debbugs:15375
This commit is contained in:
Eli Zaretskii 2013-09-14 18:34:33 +03:00
parent 0c4efd0a6a
commit d1ec44a551

View file

@ -4219,7 +4219,7 @@ This function returns the width of the left and right margins of
@var{window} as a cons cell of the form @w{@code{(@var{left}
. @var{right})}}. If one of the two marginal areas does not exist,
its width is returned as @code{nil}; if none of the two margins exist,
the function returns @code{nil}. If @var{window} is @code{nil}, the
the function returns @code{(nil)}. If @var{window} is @code{nil}, the
selected window is used.
@end defun