From: Eshel Yaron Date: Fri, 17 Jun 2022 21:11:30 +0000 (+0300) Subject: Fix typo X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ae28411e8614a4e2252ca91a62f1e37fcd7b114;p=dotfiles.git Fix typo --- diff --git a/.emacs.d/esy.org b/.emacs.d/esy.org index 1e922db..f4b51a2 100644 --- a/.emacs.d/esy.org +++ b/.emacs.d/esy.org @@ -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)))