summaryrefslogtreecommitdiff
path: root/lisp/init-org.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-12-15 23:27:37 -0500
committerKyle Meyer <kyle@kyleam.com>2014-12-15 23:27:37 -0500
commit1d24308bbfa7c2620e6c54b7f2ad703e3097099d (patch)
treed5c5b02dd5d37e3164cca0112540a877df445a26 /lisp/init-org.el
parent54567a4380b21d4dd5ee30a536669fc59130ec99 (diff)
downloademacs.d-1d24308bbfa7c2620e6c54b7f2ad703e3097099d.tar.gz
Fix typo
Diffstat (limited to 'lisp/init-org.el')
-rw-r--r--lisp/init-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index 35a39cb..8c21123 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -197,7 +197,7 @@ under the current heading."
(outline-up-heading arg)
(call-interactively #'org-sort)
;; Sorting doesn't play well with `save-restriction' or markers,
- ;; so just put the point where it was relative to original
+ ;; so just put the point where it was relative to the original
;; heading. This may not actually be the same tree if there are
;; redundant headings.
(goto-char (+ (org-find-exact-headline-in-buffer heading nil t)