summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-03-12 11:11:18 -0500
committerKyle Meyer <kyle@kyleam.com>2016-03-12 11:11:18 -0500
commitdd9be3a6ea4ff561248b1f6658194fd153b5821c (patch)
treefe2500d81a31081617b61d9f11ca695645183eef
parent857b970b3a3b8eab85cd924601d251d2aba5fd0b (diff)
downloadorg-mode-dd9be3a6ea4ff561248b1f6658194fd153b5821c.tar.gz
Fix docstring typo
* lisp/org.el (org-align-all-tags): Fix typo in docstring.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 8bad279..2b83aad 100644
--- a/lisp/org.el
+++ b/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))