diff options
| author | Pavel Janík | 2002-01-14 14:42:37 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-01-14 14:42:37 +0000 |
| commit | 8378a05f4cdfa185ef8f94ebd4696c6836ad0c0a (patch) | |
| tree | c719f098f7eae2eb3640e39e961245843bfba78c | |
| parent | aa1977d7153ba53cf6a075ae58417cde297e89d1 (diff) | |
| download | emacs-8378a05f4cdfa185ef8f94ebd4696c6836ad0c0a.tar.gz emacs-8378a05f4cdfa185ef8f94ebd4696c6836ad0c0a.zip | |
Fix typo.
| -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." | |||
| 2073 | (cond | 2073 | (cond |
| 2074 | ;; The window was moved. Move it back and | 2074 | ;; The window was moved. Move it back and |
| 2075 | ;; select a new. If no better could be found, | 2075 | ;; select a new. If no better could be found, |
| 2076 | ;; we stick the the new start position. This | 2076 | ;; we stick with the new start position. This |
| 2077 | ;; is used when the original process filter | 2077 | ;; is used when the original process filter |
| 2078 | ;; tries to position the cursor at the bottom | 2078 | ;; tries to position the cursor at the bottom |
| 2079 | ;; of the window. Example: `lyskom'. | 2079 | ;; of the window. Example: `lyskom'. |