From: Gerd Moellmann Date: Wed, 6 Dec 2000 13:54:21 +0000 (+0000) Subject: (syms_of_window): Doc fix. X-Git-Tag: emacs-pretest-21.0.93~169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85d19b32b21eab0195240f28870834411aee6460;p=emacs.git (syms_of_window): Doc fix. --- diff --git a/src/window.c b/src/window.c index 903688e2caa..3b4bf2b1446 100644 --- a/src/window.c +++ b/src/window.c @@ -5503,7 +5503,7 @@ work using this function."); DEFVAR_LISP ("even-window-heights", &Veven_window_heights, "*If non-nil, `display-buffer' should even the window heights.\n\ -If nil, `display-buffer' will leave the window configuation alone."); +If nil, `display-buffer' will leave the window configuration alone."); Veven_window_heights = Qt; DEFVAR_LISP ("minibuffer-scroll-window", &Vminibuf_scroll_window,