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

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

[nongnu] elpa/org-tree-slide b30805ac45 063/144: Fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/org-tree-slide b30805ac45 063/144: Fix typo
Date: Tue, 18 Jan 2022 08:59:28 -0500 (EST)

branch: elpa/org-tree-slide
commit b30805ac45d76955c1887dba8b61912e574df8d6
Author: Takaaki ISHIKAWA <takaxp@ieee.org>
Commit: Takaaki ISHIKAWA <takaxp@ieee.org>

    Fix typo
---
 README.org        | 3 +--
 org-tree-slide.el | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 8f97f2a4cd..030571ea27 100644
--- a/README.org
+++ b/README.org
@@ -2,7 +2,7 @@
 #+AUTHOR:      Takaaki Ishikawa
 #+EMAIL:       takaxp@ieee.org
 #+STARTUP:     content
-#+Last Update: 2013-02-19@11:34
+#+Last Update: 2013-02-19@12:15
 
 * 1. What's this?
 
@@ -145,7 +145,6 @@ If you feel the cursor moving is very slow, please change a 
value of =org-tree-s
 | 10 | org-tree-slide-skip-comments        | t             | Boolean |
 | 11 | org-tree-slide-activate-message     | Hello...      | String  |
 | 12 | org-tree-slide-deactivate-message   | Quit, Bye!    | String  |
-|----+-------------------------------------+---------------+---------|
 
 #+BEGIN_QUOTE
 [*1] { nil| 'lighter | 'outside }
diff --git a/org-tree-slide.el b/org-tree-slide.el
index a311e3fdd1..c4439b5062 100644
--- a/org-tree-slide.el
+++ b/org-tree-slide.el
@@ -644,7 +644,7 @@ Profiles:
     (delete-overlay ots-header-overlay)))
 
 (defvar ots-all-skipped t
-  "A flag to know if all trees are skpped")
+  "A flag to know if all trees are skipped")
 
 (defun ots-move-to-the-first-heading ()
   (setq ots-all-skipped t)



reply via email to

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