diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-25 18:07:15 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-25 18:08:47 -0800 |
commit | 7aa506eed8881788485a9774165454404bac2623 (patch) | |
tree | 10943db697e5a69d1a80c540d5cbbec90e1397bb /lisp/org/ox-latex.el | |
parent | 4cd6d77375ef9adeaa53fd05b12283195d99d74c (diff) | |
download | emacs-7aa506eed8881788485a9774165454404bac2623.tar.gz emacs-7aa506eed8881788485a9774165454404bac2623.tar.bz2 emacs-7aa506eed8881788485a9774165454404bac2623.zip |
Spelling fixes
Diffstat (limited to 'lisp/org/ox-latex.el')
-rw-r--r-- | lisp/org/ox-latex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ox-latex.el b/lisp/org/ox-latex.el index 2c71f7d785a..f6f3b220b43 100644 --- a/lisp/org/ox-latex.el +++ b/lisp/org/ox-latex.el @@ -589,7 +589,7 @@ The function must accept six parameters: The function should return the string to be exported. For example, the variable could be set to the following function -in order to mimic default behaviour: +in order to mimic default behavior: \(defun org-latex-format-inlinetask \(todo type priority name tags contents\) \"Format an inline task element for LaTeX export.\" |