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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dslide 2323468110 16/21: small corrections in the demo


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 2323468110 16/21: small corrections in the demo
Date: Tue, 17 Dec 2024 13:00:55 -0500 (EST)

branch: elpa/dslide
commit 2323468110271d74409743450e0b295f4b58ac21
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>

    small corrections in the demo
---
 test/demo.org | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/test/demo.org b/test/demo.org
index 134dff56df..a233f7ba5d 100644
--- a/test/demo.org
+++ b/test/demo.org
@@ -202,9 +202,8 @@ You may want to set ~org-confirm-babel-evaluate~ to =nil= 
to avoid being asked a
 
 ** Begin, End, Init, and Final
 If you need to initialize some code, the =begin= and =end= methods can be 
used.  They run when entering the slide going forwards or backwards, 
respectively.  To run when entering the slide either way, use =init=.  It is 
just a combination of =begin= and =end=.  To clean up, use a =final= block.  It 
always runs when leaving a slide.
-
-Enter this slide going backwards to observe the "end" behavior.
 *** Example
+Enter this slide going backwards to observe the "end" behavior.
 #+begin_src elisp :direction begin
   (setq-local my-dslide-var 'beginning)
 #+end_src
@@ -394,7 +393,7 @@ The babel block below is a custom action supporting both 
forward, each step maki
 - ~dslide-section-next~
 - ~dslide-section-previous~
 - ~dslide-section-marker~
-#+begin_src elisp elisp :results none :direction init
+#+begin_src elisp :results none :direction init
   (defclass dslide-action-red-paragraphs (dslide-action)
     ((overlays :initform nil))
     "Paint the paragraphs red, one by one.")



reply via email to

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