comparison 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
comparison
equal deleted inserted replaced
17238:ac05fe2b7114 17239:368bfa70d822
710 (defun set-screen-height (lines &optional pretend) 710 (defun set-screen-height (lines &optional pretend)
711 "Obsolete function to change the height of the screen to LINES lines.\n\ 711 "Obsolete function to change the height of the screen to LINES lines.\n\
712 Optional second arg non-nil means that redisplay should use LINES lines\n\ 712 Optional second arg non-nil means that redisplay should use LINES lines\n\
713 but that the idea of the actual height of the screen should not be changed.\n\ 713 but that the idea of the actual height of the screen should not be changed.\n\
714 This function is provided only for compatibility with Emacs 18; new code\n\ 714 This function is provided only for compatibility with Emacs 18; new code\n\
715 should use `set-frame-width' instead." 715 should use `set-frame-height' instead."
716 (set-frame-height (selected-frame) lines pretend)) 716 (set-frame-height (selected-frame) lines pretend))
717 717
718 (make-obsolete 'screen-height 'frame-height) 718 (make-obsolete 'screen-height 'frame-height)
719 (make-obsolete 'screen-width 'frame-width) 719 (make-obsolete 'screen-width 'frame-width)
720 (make-obsolete 'set-screen-width 'set-frame-width) 720 (make-obsolete 'set-screen-width 'set-frame-width)