summaryrefslogtreecommitdiff
path: root/lisp/follow.el
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2015-12-18 10:40:49 +0000
committerAlan Mackenzie <acm@muc.de>2015-12-18 10:40:49 +0000
commita72a9fbbbc9cd5f5933719b11489c2578eb0aa59 (patch)
tree712012bc365d0f5df98822319ae86fa26f5ba6f3 /lisp/follow.el
parentf3f0d12cafb89b68bb5ccee0c6e2ced80d204336 (diff)
downloademacs-a72a9fbbbc9cd5f5933719b11489c2578eb0aa59.tar.gz
Rename `recenter-group' to `recenter-window-group'
* doc/lispref/windows.texi (Textual Scrolling) * lisp/window.el (top level, recenter-group) * lisp/follow.el (follow-mode) * lisp/isearch.el (isearch-back-into-window): Rename `recenter-group' to `recenter-window-group' and `recenter-group-function' to `recenter-window-group-function'.
Diffstat (limited to 'lisp/follow.el')
-rw-r--r--lisp/follow.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/follow.el b/lisp/follow.el
index dc525315b86..71e8824947d 100644
--- a/lisp/follow.el
+++ b/lisp/follow.el
@@ -430,7 +430,7 @@ Keys specific to Follow mode:
(setq window-group-start-function 'follow-window-start)
(setq window-group-end-function 'follow-window-end)
(setq set-window-group-start-function 'follow-set-window-start)
- (setq recenter-group-function 'follow-recenter)
+ (setq recenter-window-group-function 'follow-recenter)
(setq pos-visible-in-window-group-p-function
'follow-pos-visible-in-window-p)
(setq selected-window-group-function 'follow-all-followers)
@@ -450,7 +450,7 @@ Keys specific to Follow mode:
(kill-local-variable 'move-to-window-group-line-function)
(kill-local-variable 'selected-window-group-function)
(kill-local-variable 'pos-visible-in-window-group-p-function)
- (kill-local-variable 'recenter-group-function)
+ (kill-local-variable 'recenter-window-group-function)
(kill-local-variable 'set-window-group-start-function)
(kill-local-variable 'window-group-end-function)
(kill-local-variable 'window-group-start-function)