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

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

[nongnu] elpa/dslide 54e2a8fdc4 230/230: readme fixups.


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 54e2a8fdc4 230/230: readme fixups.
Date: Sun, 7 Jul 2024 19:00:46 -0400 (EDT)

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

    readme fixups.
    
    would prefer if org would use the explicit code blocks, but based on 
experience
    with reddit, we have a lot of fans of ambiguous indentation based methods
    running around out ther.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 11c58faeb3..c2e9633475 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ The user-facing configuration API has been pretty unstable, 
but now that nested
 
 ## Try It Out
 
-With just defaults, run `dslide-deck-start` on your existing documents.  You 
can load the examples in [./test/demo.md](./test/demo.md) file to see a 
showcase of configuration behavior.
+With just defaults, run `dslide-deck-start` on your existing documents.  You 
can load the examples in [./test/demo.org](./test/demo.org) file to see a 
showcase of configuration behavior.
 
 The default keymap uses arrow keys.  Left and right are `dslide-deck-forward` 
and `dslide-deck-backward`.  Up is `dslide-deck-start` and will show the 
contents.  Down is `dslide-deck-stop` and will stop the slide show.
 
@@ -155,7 +155,7 @@ Beware of using the normal `dslide-mode-hook` 😱 because it 
runs **in the base
 -   `dslide-narrow-hook` is run whenever a `dslide-deck-forward` or 
`dslide-deck-backward` changes the narrow state.
 -   `dslide-after-last-slide-hook` is run when the user tries to go forward 
but there are no more slides.  You can use this to implement a final feedback 
before quitting or add `dslide-deck-stop` to exit without feedback.
     
-    Another option is to use `dslide-push-step` to push a callback that will 
only run when called going forward.
+Another option is to use `dslide-push-step` to push a callback that will only 
run when called going forward.
 
     (defun my-stop-if-forward ()
       (mc-push-step (lambda (direction)



reply via email to

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