branch: externals/doc-view-follow
commit 1ee8b0e27ccc9272dd1f0f6b5916e360b6fc9a72
Author: Paul Nelson <ultr...@gmail.com>
Commit: Paul Nelson <ultr...@gmail.com>

    Bump version to 0.2
    
    * doc-follow.el: Bump version from 0.1 to 0.2.  Update docs to
    indicate similarity to follow-mode.  Change email address.
---
 README.org    | 4 +++-
 doc-follow.el | 8 +++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 0a988b2abe..52afc2d0d9 100644
--- a/README.org
+++ b/README.org
@@ -3,7 +3,9 @@
 
 * Overview
 
-doc-follow.el provides a minor mode, =doc-follow-mode=, that automatically 
synchronizes page navigation between multiple windows displaying the same 
PS/PDF/DVI/DjVu document.  In particular, this allows for a convenient "book 
view," with two windows showing consecutive pages side-by-side.
+doc-follow.el provides a minor mode, =doc-follow-mode=, that automatically 
synchronizes page navigation between multiple windows displaying the same 
PS/PDF/DVI/DjVu document.  This is essentially an analogue of Emacs' built-in 
=follow-mode=, but for document buffers instead rather than text buffers.
+
+In particular, this allows for a convenient "book view," with two windows 
showing consecutive pages side-by-side.
 
 * Installation
 
diff --git a/doc-follow.el b/doc-follow.el
index 60e9b29135..a13488d459 100644
--- a/doc-follow.el
+++ b/doc-follow.el
@@ -2,8 +2,8 @@
 
 ;; Copyright (C) 2024  Paul D. Nelson
 
-;; Author: Paul D. Nelson <nelson.paul.da...@gmail.com>
-;; Version: 0.1
+;; Author: Paul D. Nelson <ultr...@gmail.com>
+;; Version: 0.2
 ;; URL: https://github.com/ultronozm/doc-follow.el
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: convenience
@@ -25,7 +25,9 @@
 
 ;; doc-follow.el provides a convenient way to synchronize page
 ;; navigation between multiple windows displaying the same document
-;; (PS/PDF/DVI/DjVu, etc.).
+;; (PS/PDF/DVI/DjVu, etc.).  It is essentially an analogue of the
+;; built-in `follow-mode', but for document buffers rather than text
+;; buffers.
 ;;
 ;; With `doc-follow-mode' enabled, navigating pages in one window
 ;; automatically adjusts the other windows to show adjacent pages.  In

Reply via email to