Merge pull request #397 from DamienCassou/typos

Fix typos
This commit is contained in:
Yujie Wen 2019-11-27 11:19:15 +08:00 committed by GitHub
commit a4c12432ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -565,7 +565,7 @@ the plugin to the dependencies parameter when Reveal is initialized.
*** By Local Option Line
Specify the plugin by option line ~#+REVEAL_EXTERNAL_PLUGINS: string
of code~. Similiar to the global plugin definition, the string of code
of code~. Similar to the global plugin definition, the string of code
can have one optional ~%s~ to be replaced by ~reveal-root~.
** Highlight Source Code
@ -610,7 +610,7 @@ It is now possible to embed code blocks in a codemirror instance in order to edi
- ~org-reveal-klipsify-src~
- ~org-reveal-klipse-css~
- ~org-reveal-klipse-js~
This feature is turned off by default and needs to be switched on with ~org-reveal-klipsify-src~. At present code editing is supported in javacript, clojure, php, ruby, scheme, and python only.
This feature is turned off by default and needs to be switched on with ~org-reveal-klipsify-src~. At present code editing is supported in javascript, clojure, php, ruby, scheme, and python only.
** MathJax
:PROPERTIES:

View File

@ -156,13 +156,13 @@ slide, where the following escaping elements are allowed:
(defcustom org-reveal-init-options
""
"Reveal.js initialization options, JS code snippet to be
embedded into Reveal.initilize()."
embedded into Reveal.initialize()."
:group 'org-export-reveal
:type 'string)
(defcustom org-reveal-transition
"default"
"Reveal transistion style."
"Reveal transition style."
:group 'org-export-reveal
:type 'string)
@ -295,7 +295,7 @@ BEFORE the plugins that depend on them."
:type 'string)
(defcustom org-reveal-highlight-css "%r/lib/css/zenburn.css"
"Hightlight.js CSS file."
"Highlight.js CSS file."
:group 'org-export-reveal
:type 'string)
@ -430,7 +430,7 @@ holding contextual information."
(last-sibling (org-export-last-sibling-p headline info)))
(concat
(if (or (/= level 1) (not first-sibling))
;; Not the first heading. Close previou slide.
;; Not the first heading. Close previous slide.
(concat
;; Slide footer if any
footer-div