diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-27 23:47:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-27 23:47:15 +0000 |
commit | ebc6903b2989b2de3154afd59fece90ba3882306 (patch) | |
tree | da680e9d8aae919f6e876338d629d8b718ca24f8 /lispref/frames.texi | |
parent | 40f406674acfc16eb1f01fd23de83a0329e65eea (diff) | |
download | emacs-ebc6903b2989b2de3154afd59fece90ba3882306.tar.gz |
*** 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 @findex set-screen-height @findex set-screen-width - The old-fashioned functions @code{set-screen-height} and -@code{set-screen-width}, which were used to specify the height and width -of the screen in Emacs versions that did not support multiple frames, -are still usable. They apply to the selected frame. + The older functions @code{set-screen-height} and +@code{set-screen-width} were used to specify the height and width of the +screen, in Emacs versions that did not support multiple frames. They +are semi-obsolete, but still work; they apply to the selected frame. @defun x-parse-geometry geom @cindex geometry specification |