From ef5a63450913aa5b846081e56a717b174227a196 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 24 Mar 1997 05:25:14 +0000 Subject: [PATCH] (set-screen-height): Doc fix. --- lisp/frame.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2