From f02725b4d37d9c9dc5be83e71cba5f1b5646d93a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 6 Nov 2006 02:47:25 +0000 Subject: [PATCH] (follow-avoid-tail-recenter-p): Fix typo in docstring. --- lisp/follow.el | 4 ++-- 1 file 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." (if follow-mode menu '(["Activate " follow-mode t])))) - + mainmap) "Minor mode keymap for Follow mode.") @@ -473,7 +473,7 @@ are \" Fw\", or simply \"\"." :group 'follow) (defvar follow-avoid-tail-recenter-p (not (featurep 'xemacs)) - "*When non-nil, patch emacs so that tail windows won't be recentered. + "*When non-nil, patch Emacs so that tail windows won't be recentered. A \"tail window\" is a window that displays only the end of the buffer. Normally it is practical for the user that empty -- 2.39.5