]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-screen-height): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 24 Mar 1997 05:25:14 +0000 (05:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 24 Mar 1997 05:25:14 +0000 (05:25 +0000)
lisp/frame.el

index 8bb59a9d3b229d754ee9718e44b3370b90d80597..2af75dc47a106c898fa7332c69c72f9d77fe3a10 100644 (file)
@@ -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)