summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmail S <ismail-s.no-reply@github.com>2019-07-08 22:56:55 +0200
committerKyle Meyer <kyle@kyleam.com>2019-07-14 11:12:33 -0400
commit64262af685892782983489ab42e13f727be1fe37 (patch)
tree6db380627fc46dece0bd2f33776066a66b581936
parentc0d699e9ba415ced9bf209cec3a4829c0d961eeb (diff)
downloadorg-mode-64262af685892782983489ab42e13f727be1fe37.tar.gz
Backport commit fb48eb48f from Emacs
* lisp/org-capture.el (org-capture-templates): Fix typo in doc string (bug#36491). Fix minor typo in org-capture-templates fb48eb48f3bd432307821bc7158d1090f0e4bbf0 Ismail S Tue Jul 9 00:53:18 2019 +0200 TINYCHANGE
-rw-r--r--lisp/org-capture.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 3febf02..748cae7 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -152,7 +152,7 @@ type The type of entry. Valid types are:
first plain list at the target
location.
checkitem a checkbox item. This differs from the
- plain list item only is so far as it uses a
+ plain list item only in so far as it uses a
different default template.
table-line a new line in the first table at target location.
plain text to be inserted as it is.