diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-04 18:56:08 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-04 18:56:08 -0800 |
commit | da5ecfa9b951691fc8bbf17f24fc8626216a706b (patch) | |
tree | 578d41e67060235d3de230b39c9326d683d77014 /lisp/org/ox-texinfo.el | |
parent | 5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0 (diff) | |
download | emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.tar.gz emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.tar.bz2 emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.zip |
Spelling fixes.
* lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros
CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a
misspelling anyway....
* src/nsterm.h (updateCollectionBehavior): Rename from
updateCollectionBehaviour. All uses changed.
Diffstat (limited to 'lisp/org/ox-texinfo.el')
-rw-r--r-- | lisp/org/ox-texinfo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ox-texinfo.el b/lisp/org/ox-texinfo.el index a55f298ddc3..93279f3291e 100644 --- a/lisp/org/ox-texinfo.el +++ b/lisp/org/ox-texinfo.el @@ -348,7 +348,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-texinfo-format-inlinetask \(todo type priority name tags contents\) \"Format an inline task element for Texinfo export.\" |