(follow-avoid-tail-recenter-p): Fix typo in docstring.
This commit is contained in:
parent
e08b54f227
commit
f02725b4d3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue