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