summaryrefslogtreecommitdiff
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-03-24 05:25:14 +0000
committerRichard M. Stallman <rms@gnu.org>1997-03-24 05:25:14 +0000
commitdc560367f4a46693f40547cf9fb2b095b3a88d9d (patch)
tree0cc6e3010d323db9e16f5c7800a3ea05ddc578a8 /lisp/frame.el
parente04a5d5df5018e2aabafe99817d5399f5003719f (diff)
downloademacs-dc560367f4a46693f40547cf9fb2b095b3a88d9d.tar.gz
(set-screen-height): Doc fix.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 8bb59a9d3b2..2af75dc47a1 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -712,7 +712,7 @@ should use `set-frame-width instead'."
Optional second arg non-nil means that redisplay should use LINES lines\n\
but that the idea of the actual height of the screen should not be changed.\n\
This function is provided only for compatibility with Emacs 18; new code\n\
-should use `set-frame-width' instead."
+should use `set-frame-height' instead."
(set-frame-height (selected-frame) lines pretend))
(make-obsolete 'screen-height 'frame-height)