diff options
| author | Paul Eggert | 2013-12-08 13:23:50 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-12-08 13:23:50 -0800 |
| commit | 09a7c0fe672cbcbbc654262b0708b3dc71bc8820 (patch) | |
| tree | acdd8a78d13ba59b309197b4022bc63b3d8fc21c /lisp/org | |
| parent | 83a5a2c877e0208cfcfaa9bb84b26366a1b48fad (diff) | |
| download | emacs-09a7c0fe672cbcbbc654262b0708b3dc71bc8820.tar.gz emacs-09a7c0fe672cbcbbc654262b0708b3dc71bc8820.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/ox-ascii.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ox-ascii.el b/lisp/org/ox-ascii.el index 55bda8368e0..ad44517fb6c 100644 --- a/lisp/org/ox-ascii.el +++ b/lisp/org/ox-ascii.el | |||
| @@ -1198,7 +1198,7 @@ contextual information." | |||
| 1198 | (todo type priority name tags contents width inlinetask info) | 1198 | (todo type priority name tags contents width inlinetask info) |
| 1199 | "Format an inline task element for ASCII export. | 1199 | "Format an inline task element for ASCII export. |
| 1200 | See `org-ascii-format-inlinetask-function' for a description | 1200 | See `org-ascii-format-inlinetask-function' for a description |
| 1201 | of the paramaters." | 1201 | of the parameters." |
| 1202 | (let* ((utf8p (eq (plist-get info :ascii-charset) 'utf-8)) | 1202 | (let* ((utf8p (eq (plist-get info :ascii-charset) 'utf-8)) |
| 1203 | (width (or width org-ascii-inlinetask-width))) | 1203 | (width (or width org-ascii-inlinetask-width))) |
| 1204 | (org-ascii--indent-string | 1204 | (org-ascii--indent-string |