Mercurial > emacs
diff src/window.c @ 34265:a8510beb9c9f
(syms_of_window): Doc fix.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Wed, 06 Dec 2000 13:54:21 +0000 |
| parents | c50a8c8171b7 |
| children | a97360f46398 |
line wrap: on
line diff
--- a/src/window.c Wed Dec 06 13:54:17 2000 +0000 +++ b/src/window.c Wed Dec 06 13:54:21 2000 +0000 @@ -5503,7 +5503,7 @@ 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,
