From cd56c427a385e85d76e663234f9bcada16ac7107 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 9 Nov 2020 20:36:35 -0500 Subject: org-maint: Revise docstrings --- org-maint.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-maint.el b/org-maint.el index 5343f22..524ce8e 100644 --- a/org-maint.el +++ b/org-maint.el @@ -25,7 +25,7 @@ If APPLY is non-nil, use 'git apply' instead of 'git am'." "-p3" "--directory=lisp/")))) (defun org-maint-insert-emacs-commit-info (commit) - "Insert information about COMMIT in `org-maint-emacs-dir'." + "Insert information about COMMIT from `org-maint-emacs-dir'." (interactive "sCommit: ") (let ((default-directory org-maint-emacs-dir)) (call-process "git" nil t nil @@ -42,7 +42,7 @@ If APPLY is non-nil, use 'git apply' instead of 'git am'." (defun org-maint-check-for-new () "Check for new commits to backport. The last commit found is assumed to be the return value of -`org-maint-rev-from-next-item`, and Emacs ref name that should be +`org-maint-rev-from-next-item', and Emacs ref name that should be checked is taken from the Org \"ref\" property." (interactive) (let ((ref (or (org-entry-get (point) "ref") -- cgit v1.2.3