aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmail S2019-07-08 22:56:55 +0200
committerLars Ingebrigtsen2019-07-09 00:53:18 +0200
commitfb48eb48f3bd432307821bc7158d1090f0e4bbf0 (patch)
tree56f4676f34d1229129f9609d2c5f7487e78a6e57
parent0528a7c8725c7c28a6f2815802fcc089c2fe306f (diff)
downloademacs-fb48eb48f3bd432307821bc7158d1090f0e4bbf0.tar.gz
emacs-fb48eb48f3bd432307821bc7158d1090f0e4bbf0.zip
Fix minor typo in org-capture-templates
* lisp/org/org-capture.el (org-capture-templates): Fix typo in doc string (bug#36491). Copyright-paperwork-exempt: yes
-rw-r--r--lisp/org/org-capture.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-capture.el b/lisp/org/org-capture.el
index dbba33b50d0..cbcf6c72f9f 100644
--- a/lisp/org/org-capture.el
+++ b/lisp/org/org-capture.el
@@ -149,7 +149,7 @@ type The type of entry. Valid types are:
149 first plain list at the target 149 first plain list at the target
150 location. 150 location.
151 checkitem a checkbox item. This differs from the 151 checkitem a checkbox item. This differs from the
152 plain list item only is so far as it uses a 152 plain list item only in so far as it uses a
153 different default template. 153 different default template.
154 table-line a new line in the first table at target location. 154 table-line a new line in the first table at target location.
155 plain text to be inserted as it is. 155 plain text to be inserted as it is.