diff options
| author | Alan Mackenzie | 2016-01-18 18:51:45 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2016-01-18 18:51:45 +0000 |
| commit | 5b62b980f9d89758211959486681dcb8d416ef84 (patch) | |
| tree | a179f6aa8ab536b4dcb4a77cb6b3bb6ed2dc2d9d /doc/lispref | |
| parent | f591e99498d55731de1e17181151dd0c39fa51c1 (diff) | |
| download | emacs-5b62b980f9d89758211959486681dcb8d416ef84.tar.gz emacs-5b62b980f9d89758211959486681dcb8d416ef84.zip | |
* doc/lispref/frames.texi (Position Parameters): Say they don't exist on TTYs.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/frames.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 5d873acc1bf..614b7db0cac 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -1188,8 +1188,8 @@ named, this parameter will be @code{nil}. | |||
| 1188 | @cindex window position on display | 1188 | @cindex window position on display |
| 1189 | @cindex frame position | 1189 | @cindex frame position |
| 1190 | 1190 | ||
| 1191 | Position parameters' values are normally measured in pixels, but on | 1191 | Position parameters' values are measured in pixels. (Note that none |
| 1192 | text terminals they count characters or lines instead. | 1192 | of these parameters exist on TTY frames.) |
| 1193 | 1193 | ||
| 1194 | @table @code | 1194 | @table @code |
| 1195 | @vindex left, a frame parameter | 1195 | @vindex left, a frame parameter |