summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-05-24 09:09:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-05-24 14:59:50 -0700
commitcdf88930d716c57b485f7608e3d376831221096e (patch)
tree16175b912f1ef0f994b9cb6c11f6c5042b2800a0 /.emacs.d/init.el
parent8f0e355152d913f685b9127eb8be4cc1b4fdf98e (diff)
downloaddotfiles-cdf88930d716c57b485f7608e3d376831221096e.tar.gz
update two comments
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 29577b68..b993f477 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2780,7 +2780,7 @@ to open them using `spw/try-external-open'")
;; `notmuch-extract-message-patches', it does not make sense to
;; check out a branch when performing an action which will not make
;; a commit. If that's wanted, the code which calls
-;; `spw/notmuch-show-apply-part-projectile' should perform the checkout
+;; `spw/notmuch-show-apply-part-to-project' should perform the checkout
(defun spw/notmuch-show-apply-part-to-project ()
(interactive)
(let ((default-directory (expand-file-name (project-prompt-project-dir))))