diff lisp/dired.el @ 44061:f816ded285dd

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 21 Mar 2002 09:35:35 +0000
parents 9978ea345d85
children e87d819f2887
line wrap: on
line diff
--- a/lisp/dired.el	Thu Mar 21 09:33:17 2002 +0000
+++ b/lisp/dired.el	Thu Mar 21 09:35:35 2002 +0000
@@ -2151,7 +2151,7 @@
     ;; let window shrink to fit:
     (let ((window (selected-window))
 	  target-lines w2)
-      (cond ;; if split-window-threshold is enabled, use the largest window
+      (cond ;; if split-height-threshold is enabled, use the largest window
             ((and (> (window-height (setq w2 (get-largest-window)))
 		     split-height-threshold)
 		  (= (frame-width) (window-width w2)))