emacs-elpa-diffs
[Top][All Lists]
Advanced

[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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]