瀏覽代碼

Merge branch 'maint'

Kyle Meyer 9 年之前
父節點
當前提交
015d971f48
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      doc/org.texi
  2. 1 1
      lisp/org.el

+ 1 - 1
doc/org.texi

@@ -6925,7 +6925,7 @@ countdown timer.  With a prefix argument, first reset the relative timer to
 @orgcmd{M-@key{RET},org-insert-heading}
 @orgcmd{M-@key{RET},org-insert-heading}
 Once the timer list is started, you can also use @kbd{M-@key{RET}} to insert
 Once the timer list is started, you can also use @kbd{M-@key{RET}} to insert
 new timer items.
 new timer items.
-@orgcmd{C-c C-x \\,org-timer-pause-or-continue}
+@orgcmd{C-c C-x @comma{},org-timer-pause-or-continue}
 Pause the timer, or continue it if it is already paused.
 Pause the timer, or continue it if it is already paused.
 @orgcmd{C-c C-x _,org-timer-stop}
 @orgcmd{C-c C-x _,org-timer-stop}
 Stop the timer.  After this, you can only start a new timer, not continue the
 Stop the timer.  After this, you can only start a new timer, not continue the

+ 1 - 1
lisp/org.el

@@ -14875,7 +14875,7 @@ If DATA is nil or the empty string, any tags will be removed."
 	(delete-region (match-beginning 1) (match-end 1))))))
 	(delete-region (match-beginning 1) (match-end 1))))))
 
 
 (defun org-align-all-tags ()
 (defun org-align-all-tags ()
-  "Align the tags i all headings."
+  "Align the tags in all headings."
   (interactive)
   (interactive)
   (save-excursion
   (save-excursion
     (or (ignore-errors (org-back-to-heading t))
     (or (ignore-errors (org-back-to-heading t))