changeset 17239:368bfa70d822

(set-screen-height): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 24 Mar 1997 05:25:14 +0000
parents ac05fe2b7114
children 9e236e540a59
files lisp/frame.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)