diff lisp/frame.el @ 17239:368bfa70d822

(set-screen-height): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 24 Mar 1997 05:25:14 +0000
parents a63a326604ae
children c1e5198c8c92
line wrap: on
line diff
--- a/lisp/frame.el	Sun Mar 23 22:37:52 1997 +0000
+++ b/lisp/frame.el	Mon Mar 24 05:25:14 1997 +0000
@@ -712,7 +712,7 @@
 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)