aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2013-09-14 18:34:33 +0300
committerEli Zaretskii2013-09-14 18:34:33 +0300
commitd1ec44a551b0b1035df73e14ff9c8b83f51757b8 (patch)
tree7989b654fb1e9f99d3778ef7c9100354e5244a69 /doc
parent0c4efd0a6a21725f83d7d0cba97cc4ca10adf6ca (diff)
downloademacs-d1ec44a551b0b1035df73e14ff9c8b83f51757b8.tar.gz
emacs-d1ec44a551b0b1035df73e14ff9c8b83f51757b8.zip
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
4219@var{window} as a cons cell of the form @w{@code{(@var{left} 4219@var{window} as a cons cell of the form @w{@code{(@var{left}
4220. @var{right})}}. If one of the two marginal areas does not exist, 4220. @var{right})}}. If one of the two marginal areas does not exist,
4221its width is returned as @code{nil}; if none of the two margins exist, 4221its width is returned as @code{nil}; if none of the two margins exist,
4222the function returns @code{nil}. If @var{window} is @code{nil}, the 4222the function returns @code{(nil)}. If @var{window} is @code{nil}, the
4223selected window is used. 4223selected window is used.
4224@end defun 4224@end defun
4225 4225