]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_window): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Wed, 6 Dec 2000 13:54:21 +0000 (13:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 6 Dec 2000 13:54:21 +0000 (13:54 +0000)
src/window.c

index 903688e2caacec32b391dd69c8d1c88bc5a54d52..3b4bf2b1446224c09941400245509b2f1933adc0 100644 (file)
@@ -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,