소스 검색

Merge branch 'maint'

Bastien 6 년 전
부모
커밋
6ec3b993fd
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 3
      lisp/org-capture.el
  2. 1 1
      testing/lisp/test-org-capture.el

+ 3 - 3
lisp/org-capture.el

@@ -238,15 +238,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.
 
 

+ 1 - 1
testing/lisp/test-org-capture.el

@@ -197,7 +197,7 @@
 	(org-capture-kill))
 	(org-capture-kill))
       (buffer-string)))))
       (buffer-string)))))
 
 
-(ert-deftest test-org-caputre/entry ()
+(ert-deftest test-org-capture/entry ()
   "Test `entry' type in capture template."
   "Test `entry' type in capture template."
   ;; Do not break next headline.
   ;; Do not break next headline.
   (should
   (should