]> code.delx.au - gnu-emacs/blobdiff - lisp/follow.el
Merged in changes from CVS trunk.
[gnu-emacs] / lisp / follow.el
index 4480ba6b8491ad196c5c19338fd98b2f88915ec6..06857fc49e999e37954a32d5492af82f932ee014 100644 (file)
@@ -1561,7 +1561,7 @@ non-first windows in Follow Mode."
              (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
@@ -2347,4 +2347,5 @@ This prevents `mouse-drag-region' from messing things up."
 ;; | save it".             -- Douglas Adams, "Last Chance to See"           |
 ;; \------------------------------------------------------------------------/
 
+;;; arch-tag: 7b16bb1a-808c-4991-a8cc-66d3822936d0
 ;;; follow.el ends here