summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-09-14 18:34:33 +0300
committerEli Zaretskii <eliz@gnu.org>2013-09-14 18:34:33 +0300
commitd1ec44a551b0b1035df73e14ff9c8b83f51757b8 (patch)
tree7989b654fb1e9f99d3778ef7c9100354e5244a69 /doc
parent0c4efd0a6a21725f83d7d0cba97cc4ca10adf6ca (diff)
downloademacs-d1ec44a551b0b1035df73e14ff9c8b83f51757b8.tar.gz
Fix last change in lispref/display.texi.
Fixes: debbugs:15375
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
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