diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/nonascii.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 56d96cff328..ae9a8ab6323 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi | |||
| @@ -2115,9 +2115,9 @@ Return a 12-element vector of month names (locale items @code{MON_1} | |||
| 2115 | through @code{MON_12}). | 2115 | through @code{MON_12}). |
| 2116 | 2116 | ||
| 2117 | @item paper | 2117 | @item paper |
| 2118 | Return a list @code{(@var{width} @var{height})} for the default paper | 2118 | Return a list @w{@code{(@var{width} @var{height})}} of 2 integers, for |
| 2119 | size measured in millimeters (locale items @code{PAPER_WIDTH} and | 2119 | the default paper size measured in millimeters (locale items |
| 2120 | @code{PAPER_HEIGHT}). | 2120 | @code{_NL_PAPER_WIDTH} and @code{_NL_PAPER_HEIGHT}). |
| 2121 | @end table | 2121 | @end table |
| 2122 | 2122 | ||
| 2123 | If the system can't provide the requested information, or if | 2123 | If the system can't provide the requested information, or if |