diff options
author | Glenn Morris <rgm@gnu.org> | 2018-02-16 17:33:57 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-02-16 17:33:57 -0500 |
commit | 69107f347b3ac7f51cd22333f57393fd735915f2 (patch) | |
tree | b1dbe911192a77d9be141538b4ee3df5b79ebfcf /lisp/org | |
parent | aaad1e62f3e87873135a465530d6686bed5dc4c3 (diff) | |
download | emacs-69107f347b3ac7f51cd22333f57393fd735915f2.tar.gz |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/ob-calc.el | 2 | ||||
-rw-r--r-- | lisp/org/org-clock.el | 2 | ||||
-rw-r--r-- | lisp/org/ox-odt.el | 5 |
3 files changed, 4 insertions, 5 deletions
diff --git a/lisp/org/ob-calc.el b/lisp/org/ob-calc.el index f491a6cdef9..4ed5dd4be05 100644 --- a/lisp/org/ob-calc.el +++ b/lisp/org/ob-calc.el @@ -37,7 +37,7 @@ (declare-function org-trim "org" (s &optional keep-lead)) (defvar org-babel-default-header-args:calc nil - "Default arguments for evaluating an calc source block.") + "Default arguments for evaluating a calc source block.") (defun org-babel-expand-body:calc (body _params) "Expand BODY according to PARAMS, return the expanded body." body) diff --git a/lisp/org/org-clock.el b/lisp/org/org-clock.el index 9bc1f0c06d7..4c5fcc64b0f 100644 --- a/lisp/org/org-clock.el +++ b/lisp/org/org-clock.el @@ -1394,7 +1394,7 @@ the default behavior." ;;;###autoload (defun org-clock-in-last (&optional arg) "Clock in the last closed clocked item. -When already clocking in, send an warning. +When already clocking in, send a warning. With a universal prefix argument, select the task you want to clock in from the last clocked in tasks. With two universal prefix arguments, start clocking using the diff --git a/lisp/org/ox-odt.el b/lisp/org/ox-odt.el index e0c51662d10..cdee568fc81 100644 --- a/lisp/org/ox-odt.el +++ b/lisp/org/ox-odt.el @@ -600,8 +600,7 @@ allow document of a given class (irrespective of its source format) to be converted to any of the export formats associated with that class. -See default setting of this variable for an typical -configuration." +See default setting of this variable for a typical configuration." :group 'org-export-odt :version "24.1" :type @@ -1938,7 +1937,7 @@ holding contextual information." (defun org-odt-format-inlinetask-default-function (todo todo-type priority name tags contents) - "Default format function for a inlinetasks. + "Default format function for inlinetasks. See `org-odt-format-inlinetask-function' for details." (format "\n<text:p text:style-name=\"%s\">%s</text:p>" "Text_20_body" |