From 85d19b32b21eab0195240f28870834411aee6460 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 6 Dec 2000 13:54:21 +0000 Subject: [PATCH] (syms_of_window): Doc fix. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5