Fix last change in lispref/display.texi.
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Sep 2013 15:34:33 +0000 (18:34 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Sep 2013 15:34:33 +0000 (18:34 +0300)
Fixes: debbugs:15375

doc/lispref/display.texi

index 2e7d4f4..d63f98c 100644 (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