diff options
| author | Richard M. Stallman | 1998-05-27 23:47:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-27 23:47:15 +0000 |
| commit | ebc6903b2989b2de3154afd59fece90ba3882306 (patch) | |
| tree | da680e9d8aae919f6e876338d629d8b718ca24f8 /lispref/frames.texi | |
| parent | 40f406674acfc16eb1f01fd23de83a0329e65eea (diff) | |
| download | emacs-ebc6903b2989b2de3154afd59fece90ba3882306.tar.gz emacs-ebc6903b2989b2de3154afd59fece90ba3882306.zip | |
*** empty log message ***
Diffstat (limited to 'lispref/frames.texi')
| -rw-r--r-- | lispref/frames.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index 0044a61ac80..20ce6e4fa62 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi | |||
| @@ -576,10 +576,10 @@ The argument @var{pretend} has the same meaning as in | |||
| 576 | 576 | ||
| 577 | @findex set-screen-height | 577 | @findex set-screen-height |
| 578 | @findex set-screen-width | 578 | @findex set-screen-width |
| 579 | The old-fashioned functions @code{set-screen-height} and | 579 | The older functions @code{set-screen-height} and |
| 580 | @code{set-screen-width}, which were used to specify the height and width | 580 | @code{set-screen-width} were used to specify the height and width of the |
| 581 | of the screen in Emacs versions that did not support multiple frames, | 581 | screen, in Emacs versions that did not support multiple frames. They |
| 582 | are still usable. They apply to the selected frame. | 582 | are semi-obsolete, but still work; they apply to the selected frame. |
| 583 | 583 | ||
| 584 | @defun x-parse-geometry geom | 584 | @defun x-parse-geometry geom |
| 585 | @cindex geometry specification | 585 | @cindex geometry specification |