# HG changeset patch # User Richard M. Stallman # Date 1016703335 0 # Node ID f816ded285dd71a623ab06364c2570ad5fc8ff31 # Parent 42c4f337cf145e7e9e209b8848c7ba6c8970f941 Comment change. diff -r 42c4f337cf14 -r f816ded285dd lisp/dired.el --- 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)))