From 1d24308bbfa7c2620e6c54b7f2ad703e3097099d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 15 Dec 2014 23:27:37 -0500 Subject: Fix typo --- lisp/init-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3