# HG changeset patch # User Richard M. Stallman # Date 859181114 0 # Node ID 368bfa70d822d61647f1d1526ce036ecbbb97e3f # Parent ac05fe2b71140ea779ced82200eb4ecc2db6fc60 (set-screen-height): Doc fix. diff -r ac05fe2b7114 -r 368bfa70d822 lisp/frame.el --- 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)