From a7acbbe4d48af3113de2dfaf836a42f2a9b6c2b0 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 5 Jan 1996 22:21:28 +0000 Subject: Comment fixes. --- lisp/avoid.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/avoid.el') diff --git a/lisp/avoid.el b/lisp/avoid.el index d75ca2c961d..8abb81e142b 100644 --- a/lisp/avoid.el +++ b/lisp/avoid.el @@ -166,7 +166,7 @@ You can redefine this if you want the mouse banished to a different corner." ;; Args are the CURRENT location, the desired DELTA for ;; warp-conservation, the DISTANCE we like to move, the VARIABILITY ;; in distance allowed, and the MIN and MAX possible window positions. - ;; Returns something as close to DELTA as possible withing the constraints. + ;; Returns something as close to DELTA as possible within the constraints. (let ((L1 (max (- min cur) (+ (- dist) (- var)))) (R1 (+ (- dist) var )) (L2 (+ dist (- var))) -- cgit v1.2.1