From d1ec44a551b0b1035df73e14ff9c8b83f51757b8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 14 Sep 2013 18:34:33 +0300 Subject: [PATCH] Fix last change in lispref/display.texi. Fixes: debbugs:15375 --- doc/lispref/display.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 2e7d4f4c010..d63f98c55c4 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -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 -- 2.39.2