diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-14 14:42:37 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-14 14:42:37 +0000 |
commit | 8378a05f4cdfa185ef8f94ebd4696c6836ad0c0a (patch) | |
tree | c719f098f7eae2eb3640e39e961245843bfba78c /lisp/follow.el | |
parent | aa1977d7153ba53cf6a075ae58417cde297e89d1 (diff) | |
download | emacs-8378a05f4cdfa185ef8f94ebd4696c6836ad0c0a.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/follow.el')
-rw-r--r-- | lisp/follow.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/follow.el b/lisp/follow.el index 8b62c622812..3d4ef57085b 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -2073,7 +2073,7 @@ report this using the `follow-submit-feedback' function." (cond ;; The window was moved. Move it back and ;; select a new. If no better could be found, - ;; we stick the the new start position. This + ;; we stick with the new start position. This ;; is used when the original process filter ;; tries to position the cursor at the bottom ;; of the window. Example: `lyskom'. |