summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-02-04 18:34:25 +0100
committerBastien <bzg@gnu.org>2020-02-04 18:34:25 +0100
commit6c895f1466ed7437a3efab20c37e18f302176444 (patch)
treea56e6ebb509d48806653b8d70bf53d572de5d4bc
parent321b119c4418de816a55f42e17c4db6e796df1cd (diff)
downloadorg-mode-6c895f1466ed7437a3efab20c37e18f302176444.tar.gz
org-capture.el (org-capture-templates): Fix typos in docstring
* lisp/org-capture.el (org-capture-templates): Fix typos in docstring.
-rw-r--r--lisp/org-capture.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index d4921c0..23f06e4 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -236,15 +236,15 @@ properties are:
:jump-to-captured When set, jump to the captured entry when finished.
- :empty-lines Set this to the number of lines the should be inserted
+ :empty-lines Set this to the number of lines that should be inserted
before and after the new item. Default 0, only common
other value is 1.
- :empty-lines-before Set this to the number of lines the should be inserted
+ :empty-lines-before Set this to the number of lines that should be inserted
before the new item. Overrides :empty-lines for the
number lines inserted before.
- :empty-lines-after Set this to the number of lines the should be inserted
+ :empty-lines-after Set this to the number of lines that should be inserted
after the new item. Overrides :empty-lines for the
number of lines inserted after.