# HG changeset patch # User Juanma Barranquero # Date 1083359160 0 # Node ID c4d464135bfcd0cbc1d7f7895a8ad597448f18b1 # Parent 3b8756f645e96f844318cba4cecde8667b27465c Fix typo in comment. diff -r 3b8756f645e9 -r c4d464135bfc lisp/follow.el --- a/lisp/follow.el Fri Apr 30 21:02:50 2004 +0000 +++ b/lisp/follow.el Fri Apr 30 21:06:00 2004 +0000 @@ -1561,7 +1561,7 @@ (or follow-internal-force-redisplay (progn (if (eq dest (point-max)) - ;; We're at the end, we have be be careful since + ;; We're at the end, we have to be careful since ;; the display can be aligned while `dest' can ;; be visible in several windows. (cond