瀏覽代碼

Fix docstring typo

* lisp/org.el (org-align-all-tags): Fix typo in docstring.
Kyle Meyer 9 年之前
父節點
當前提交
dd9be3a6ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

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