瀏覽代碼

org-capture.el (org-capture-templates): Fix typos in docstring

* lisp/org-capture.el (org-capture-templates): Fix typos in docstring.
Bastien 5 年之前
父節點
當前提交
6c895f1466
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      lisp/org-capture.el

+ 3 - 3
lisp/org-capture.el

@@ -236,15 +236,15 @@ properties are:
 
 
  :jump-to-captured   When set, jump to the captured entry when finished.
  :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
                      before and after the new item.  Default 0, only common
                      other value is 1.
                      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
                      before the new item.  Overrides :empty-lines for the
                      number lines inserted before.
                      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
                      after the new item.  Overrides :empty-lines for the
                      number of lines inserted after.
                      number of lines inserted after.