aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/display.texi
diff options
context:
space:
mode:
authorPavel Janík2002-12-07 13:38:26 +0000
committerPavel Janík2002-12-07 13:38:26 +0000
commita39c2e0df821e6113fa25dfb33a7ac776a7fd3fc (patch)
tree0660f204d33aea5833e289b1a8a6ec21fd5609e8 /lispref/display.texi
parent5fe3b9bcb49540d3dfcc9365d1a6bc7a7762336b (diff)
downloademacs-a39c2e0df821e6113fa25dfb33a7ac776a7fd3fc.tar.gz
emacs-a39c2e0df821e6113fa25dfb33a7ac776a7fd3fc.zip
Fix typo.
Diffstat (limited to 'lispref/display.texi')
-rw-r--r--lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index acbabfcb2e9..175456d5559 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -2315,7 +2315,7 @@ character, multiplied by @var{factor}.
2315@item :align-to @var{hpos} 2315@item :align-to @var{hpos}
2316Specifies that the space should be wide enough to reach @var{hpos}. The 2316Specifies that the space should be wide enough to reach @var{hpos}. The
2317value @var{hpos} is measured in units of the normal character width. It 2317value @var{hpos} is measured in units of the normal character width. It
2318may be an interer or a floating point number. 2318may be an integer or a floating point number.
2319@end table 2319@end table
2320 2320
2321 You should use one and only one of the above properties. You can 2321 You should use one and only one of the above properties. You can