diff options
| author | Paul Nelson <ultrono@gmail.com> | 2025-04-02 17:53:14 +0200 |
|---|---|---|
| committer | Paul Nelson <ultrono@gmail.com> | 2025-04-02 17:53:14 +0200 |
| commit | f2ad9b8d75a1985e14407e255fb2d2d5427e7f47 (patch) | |
| tree | df85d23a216184d27c75162aaee3fb6e51814d30 | |
| parent | e2f24261be0b0fbb5cd735aae731dc25e36a0f86 (diff) | |
Use consistent capitalization in descriptions and commentary
* README.org: Update title to use sentence case.
(Extensibility): Clarify comment about extending to other modes.
* doc-follow.el: Update package description to use sentence case. Use
clearer wording regarding extensibility in the commentary section.
| -rw-r--r-- | README.org | 4 | ||||
| -rw-r--r-- | doc-follow.el | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -#+title: doc-follow.el: synchronize windows showing the same document +#+title: doc-follow.el: Synchronize windows showing the same document #+author: Paul Nelson * Overview @@ -38,4 +38,4 @@ Both windows will automatically stay synchronized. * Extensibility -One could add support for additional document viewing modes via the =doc-follow-modes= variable. +One could add support for additional document viewing modes (if any) via the =doc-follow-modes= variable. diff --git a/doc-follow.el b/doc-follow.el index 9058ba7..60e9b29 100644 --- a/doc-follow.el +++ b/doc-follow.el @@ -1,4 +1,4 @@ -;;; doc-follow.el --- synchronize windows showing the same document -*- lexical-binding: t; -*- +;;; doc-follow.el --- Synchronize windows showing the same document -*- lexical-binding: t; -*- ;; Copyright (C) 2024 Paul D. Nelson @@ -33,8 +33,8 @@ ;; in two side-by-side windows on consecutive pages. ;; ;; `doc-view-mode' (built-in to Emacs) and `pdf-view-mode' (from -;; pdf-tools) are supported by default. Additional viewing modes can -;; be added via the `doc-follow-modes' variable. +;; pdf-tools) are supported by default. Additional viewing modes (if +;; any) could be added via the `doc-follow-modes' variable. ;; ;; Usage: ;; - Enable globally: M-x global-doc-follow-mode |
