소스 검색

Fix typos

Carsten Dominik 16 년 전
부모
커밋
8d2cbde0c9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      lisp/org-agenda.el
  2. 1 1
      lisp/org-clock.el

+ 1 - 1
lisp/org-agenda.el

@@ -1684,7 +1684,7 @@ M     Like `m', but select only TODO entries, no ordinary headlines.
 L     Create a timeline for the current buffer.
 e     Export views to associated files.
 s     Search entries for keywords.
-/     Multi occur accros all agenda files and also files listed
+/     Multi occur across all agenda files and also files listed
       in `org-agenda-text-search-extra-files'.
 <     Restrict agenda commands to buffer, subtree, or region.
       Press several times to get the desired effect.

+ 1 - 1
lisp/org-clock.el

@@ -183,7 +183,7 @@ current  Only the time in the current instance of the clock
 today    All time clocked inot this task today
 repeat   All time clocked into this task since last repeat
 all      All time ever recorded for this task
-auto     Automtically, either `all', or `repeat' for repeating tasks"
+auto     Automatically, either `all', or `repeat' for repeating tasks"
   :group 'org-clock
   :type '(choice
 	  (const :tag "Current clock" current)