diff options
| -rw-r--r-- | lisp/follow.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/follow.el b/lisp/follow.el index 27c37132f0a..c44b5156ec8 100644 --- a/lisp/follow.el +++ b/lisp/follow.el | |||
| @@ -449,7 +449,7 @@ After that, changing the prefix key requires manipulating keymaps." | |||
| 449 | (if follow-mode | 449 | (if follow-mode |
| 450 | menu | 450 | menu |
| 451 | '(["Activate " follow-mode t])))) | 451 | '(["Activate " follow-mode t])))) |
| 452 | 452 | ||
| 453 | mainmap) | 453 | mainmap) |
| 454 | "Minor mode keymap for Follow mode.") | 454 | "Minor mode keymap for Follow mode.") |
| 455 | 455 | ||
| @@ -473,7 +473,7 @@ are \" Fw\", or simply \"\"." | |||
| 473 | :group 'follow) | 473 | :group 'follow) |
| 474 | 474 | ||
| 475 | (defvar follow-avoid-tail-recenter-p (not (featurep 'xemacs)) | 475 | (defvar follow-avoid-tail-recenter-p (not (featurep 'xemacs)) |
| 476 | "*When non-nil, patch emacs so that tail windows won't be recentered. | 476 | "*When non-nil, patch Emacs so that tail windows won't be recentered. |
| 477 | 477 | ||
| 478 | A \"tail window\" is a window that displays only the end of | 478 | A \"tail window\" is a window that displays only the end of |
| 479 | the buffer. Normally it is practical for the user that empty | 479 | the buffer. Normally it is practical for the user that empty |