summaryrefslogtreecommitdiff
path: root/lisp/org/ox.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-12-25 18:07:15 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-12-25 18:08:47 -0800
commit7aa506eed8881788485a9774165454404bac2623 (patch)
tree10943db697e5a69d1a80c540d5cbbec90e1397bb /lisp/org/ox.el
parent4cd6d77375ef9adeaa53fd05b12283195d99d74c (diff)
downloademacs-7aa506eed8881788485a9774165454404bac2623.tar.gz
emacs-7aa506eed8881788485a9774165454404bac2623.tar.bz2
emacs-7aa506eed8881788485a9774165454404bac2623.zip
Spelling fixes
Diffstat (limited to 'lisp/org/ox.el')
-rw-r--r--lisp/org/ox.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org/ox.el b/lisp/org/ox.el
index 1327ae409ed..2b0978dfdf0 100644
--- a/lisp/org/ox.el
+++ b/lisp/org/ox.el
@@ -493,7 +493,7 @@ t Allow export of math snippets."
"The last level which is still exported as a headline.
Inferior levels will usually produce itemize or enumerate lists
-when exported, but back-end behaviour may differ.
+when exported, but back-end behavior may differ.
This option can also be set with the OPTIONS keyword,
e.g. \"H:2\"."
@@ -1736,13 +1736,13 @@ Assume buffer is in Org mode. Narrowing, if any, is ignored."
(t
;; Options in `org-export-options-alist'.
(dolist (property (funcall find-properties key))
- (let ((behaviour (nth 4 (assq property options))))
+ (let ((behavior (nth 4 (assq property options))))
(setq plist
(plist-put
plist property
;; Handle value depending on specified
;; BEHAVIOR.
- (case behaviour
+ (case behavior
(space
(if (not (plist-get plist property))
(org-trim val)