diff options
| author | Pavel Janík | 2002-12-07 13:38:26 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-12-07 13:38:26 +0000 |
| commit | a39c2e0df821e6113fa25dfb33a7ac776a7fd3fc (patch) | |
| tree | 0660f204d33aea5833e289b1a8a6ec21fd5609e8 /lispref/display.texi | |
| parent | 5fe3b9bcb49540d3dfcc9365d1a6bc7a7762336b (diff) | |
| download | emacs-a39c2e0df821e6113fa25dfb33a7ac776a7fd3fc.tar.gz emacs-a39c2e0df821e6113fa25dfb33a7ac776a7fd3fc.zip | |
Fix typo.
Diffstat (limited to 'lispref/display.texi')
| -rw-r--r-- | lispref/display.texi | 2 |
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} |
| 2316 | Specifies that the space should be wide enough to reach @var{hpos}. The | 2316 | Specifies that the space should be wide enough to reach @var{hpos}. The |
| 2317 | value @var{hpos} is measured in units of the normal character width. It | 2317 | value @var{hpos} is measured in units of the normal character width. It |
| 2318 | may be an interer or a floating point number. | 2318 | may 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 |