]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Fix typo
authorEshel Yaron <eshel@dazz.io>
Fri, 17 Jun 2022 21:11:30 +0000 (00:11 +0300)
committerEshel Yaron <eshel@dazz.io>
Fri, 17 Jun 2022 21:11:30 +0000 (00:11 +0300)
.emacs.d/esy.org

index 1e922db5d543efc6ad0ea2976edab6446ae8b2f4..f4b51a2a23099150ab1c2661905e2205a646887a 100644 (file)
@@ -1474,7 +1474,7 @@ without asking each time.
                                   `(,arg)))
 
   (defun org-present-up-heading (arg)
-    "Widen, move up ARG'th headings, and narrow to subtree."
+    "Widen, move up ARG headings, and narrow to subtree."
     (interactive "p" org-mode)
     (org-present-widen-and-narrow #'outline-up-heading
                                   `(,arg t)))