From 3ae28411e8614a4e2252ca91a62f1e37fcd7b114 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 18 Jun 2022 00:11:30 +0300 Subject: [PATCH] Fix typo --- .emacs.d/esy.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5