1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-14 03:37:38 -08:00

Comment change.

This commit is contained in:
Richard M. Stallman 2002-03-21 09:35:35 +00:00
parent 27950b47bd
commit 54f035751f

View file

@ -2151,7 +2151,7 @@ if there are no flagged files."
;; 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)))