[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/preview-auto d5cda9ac4d: Update docstrings
From: |
ELPA Syncer |
Subject: |
[elpa] externals/preview-auto d5cda9ac4d: Update docstrings |
Date: |
Sun, 18 Aug 2024 09:58:51 -0400 (EDT) |
branch: externals/preview-auto
commit d5cda9ac4d7dce78dcfcfdd893477bf4b055f2ef
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>
Update docstrings
* preview-auto.el (preview-auto-refresh-after-compilation):
(preview-auto--already-previewed-at):
---
preview-auto.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/preview-auto.el b/preview-auto.el
index 13dafd4ed1..333a769967 100644
--- a/preview-auto.el
+++ b/preview-auto.el
@@ -151,9 +151,9 @@ returns nil."
(defcustom preview-auto-refresh-after-compilation t
"If non-nil, refresh previews after each compilation.
-This plays well with the packages `tex-numbers' and `tex-continuous':
-the result is that preview equation numbers are updated automatically to
-the correct form."
+This plays well with the packages `auctex-label-numbers' and
+`auctex-cont-latexmk': the result is that preview equation numbers are
+updated automatically to the correct form."
:type 'boolean)
(defconst preview-auto--refresh-delay '(0 1)
@@ -174,8 +174,8 @@ A preview is considered non-disabled if it is active or
inactive
according to `preview.el'. If `preview-auto-refresh-after-compilation'
is non-nil, then we further require that the preview has been generated
more recently than the aux file. This last requirement, when combined
-with the `tex-numbers' and `tex-continuous' packages, ensures that
-preview equation numbers are updated automatically."
+with the `auctex-label-numbers' and `auctex-cont-latexmk' packages,
+ensures that preview equation numbers are updated automatically."
(seq-some
(lambda (ov)
(and
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/preview-auto d5cda9ac4d: Update docstrings,
ELPA Syncer <=