branch: externals/doc-view-follow commit accc162476af61c123ab6086f689b31cc32d13d8 Author: Paul Nelson <ultr...@gmail.com> Commit: Paul Nelson <ultr...@gmail.com>
Update doc-follow.el description for multiple window support * doc-follow.el: Generalize the commentary to clarify that the mode supports more than two windows and that additional windows will navigate to neighboring pages rather than specifically one page ahead. --- doc-follow.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc-follow.el b/doc-follow.el index e7332dcb49..9a6eecdab0 100644 --- a/doc-follow.el +++ b/doc-follow.el @@ -24,10 +24,9 @@ ;;; Commentary: ;; This package provides a minor mode, `doc-follow-mode', that -;; synchronizes page navigation between two windows displaying the -;; same document, making it so that when you navigate to a page in one -;; window, the other window will navigate to a neighboring page, so -;; that the second window is always one page ahead of the first. +;; synchronizes page navigation between windows displaying the same +;; document, making it so that when you navigate to a page in one +;; window, the other windows will navigate to neighboring pages. ;; Supports `doc-view-mode' and `pdf-view-mode'. You can customize ;; the `doc-follow-modes' variable to add support for additional