diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-12-15 23:27:37 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-12-15 23:27:37 -0500 |
commit | 1d24308bbfa7c2620e6c54b7f2ad703e3097099d (patch) | |
tree | d5c5b02dd5d37e3164cca0112540a877df445a26 /lisp | |
parent | 54567a4380b21d4dd5ee30a536669fc59130ec99 (diff) | |
download | emacs.d-1d24308bbfa7c2620e6c54b7f2ad703e3097099d.tar.gz |
Fix typo
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-org.el | 2 |
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) |