Mercurial > emacs
diff lisp/avoid.el @ 14040:187735b53d52
Comment fixes.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Fri, 05 Jan 1996 22:21:28 +0000 |
| parents | 84acc3adcd63 |
| children | 83f275dcd93a |
line wrap: on
line diff
--- a/lisp/avoid.el Fri Jan 05 21:57:54 1996 +0000 +++ b/lisp/avoid.el Fri Jan 05 22:21:28 1996 +0000 @@ -166,7 +166,7 @@ ;; 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)))
