[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide b9219d205c 023/230: typos, comments, line-noise
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide b9219d205c 023/230: typos, comments, line-noise |
Date: |
Sun, 7 Jul 2024 19:00:09 -0400 (EDT) |
branch: elpa/dslide
commit b9219d205c660046a2ea28d42d98f880f642d5a4
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
typos, comments, line-noise
Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
macro-slides.el | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/macro-slides.el b/macro-slides.el
index b99529a6ab..7df9fec742 100644
--- a/macro-slides.el
+++ b/macro-slides.el
@@ -605,8 +605,9 @@ Errors when asked for a marker before one has been set."
;; and final.
;;
;; Sub-sequences currently don't have any special support for setup or teardown
-;; when entering or exiting the sub-sequence, but such cooperation is
consistent
-;; with the rest of the implementation / usage.
+;; when entering or exiting the sub-sequence. Such cooperation is present but
+;; implemented ad-hoc. First-class support will be consistent with the
+;; architecture.
;;
;; End is essentially init for going in reverse. While using init and going
;; forward to reach the end is theoretically viable, it does extra work and
@@ -626,7 +627,7 @@ Errors when asked for a marker before one has been set."
;; Generics. TODO check on the use of generics.
(cl-defgeneric ms-init (obj))
-n
+
(cl-defgeneric ms-end (obj))
(cl-defgeneric ms-final (obj))
@@ -931,7 +932,7 @@ their init."
;; the default implementation, which calls step-forward until progress is
;; exhausted, is fine. Certain actions with side-effects may not like this,
;; and they should implement an actual `ms-end' method as well as idempotent
- ;; `ms-init' and `ms-final' if any support for going backwards is disireable.
+ ;; `ms-init' and `ms-final' if any support for going backwards is desirable.
(let ((restriction-min (point-min))
(restriction-max (point-max))
- [nongnu] elpa/dslide e75488d7ac 018/230: rearrange, (continued)
- [nongnu] elpa/dslide e75488d7ac 018/230: rearrange, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide cf56e034ff 008/230: Overlays for selective display of contents, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 39a9045682 011/230: Simplify blank-lines expression using make-string, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 0316764255 006/230: moving a comment, automatic formatting, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 3969814eb4 015/230: rearrangement, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide a0460d4070 012/230: Return early by user-error when not in org-tree-slide-mode, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 0732479ac8 019/230: rearrange, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 393985506a 021/230: After-narrow-hook, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide dddbc58e20 020/230: The repackaging. org-tree-slide -> macro-slides, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 10ee601187 007/230: enable lexical binding, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide b9219d205c 023/230: typos, comments, line-noise,
ELPA Syncer <=
- [nongnu] elpa/dslide 1dbbed70f8 025/230: missing custom group & type, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 63d93ec6bf 028/230: Dead code on slide, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 9a67bc2f3e 026/230: line noise, compiler warnings, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 3e7ceb0845 024/230: missing deps, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 1d8041aba1 027/230: Sequence (slide) callbacks, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide da4e8dd412 016/230: user error instead of silent failure, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 018b39cfa5 030/230: Remove some coupling between actions and slides, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide b26e0155d8 043/230: base action is abstract, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 027ae16365 046/230: cleaning up some line noise, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide e100759664 042/230: remove extraneous slot-bound checks, ELPA Syncer, 2024/07/07