aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/frames.texi
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-27 23:47:15 +0000
committerRichard M. Stallman1998-05-27 23:47:15 +0000
commitebc6903b2989b2de3154afd59fece90ba3882306 (patch)
treeda680e9d8aae919f6e876338d629d8b718ca24f8 /lispref/frames.texi
parent40f406674acfc16eb1f01fd23de83a0329e65eea (diff)
downloademacs-ebc6903b2989b2de3154afd59fece90ba3882306.tar.gz
emacs-ebc6903b2989b2de3154afd59fece90ba3882306.zip
*** empty log message ***
Diffstat (limited to 'lispref/frames.texi')
-rw-r--r--lispref/frames.texi8
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
581of the screen in Emacs versions that did not support multiple frames, 581screen, in Emacs versions that did not support multiple frames. They
582are still usable. They apply to the selected frame. 582are 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