summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bash_defns2
-rw-r--r--.emacs.d/init.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/.bash_defns b/.bash_defns
index ad542aa6..f0893b88 100644
--- a/.bash_defns
+++ b/.bash_defns
@@ -1,5 +1,5 @@
# This file contains core aliases & functions which we want to be available in
-# the non-interactive shells launched by M-! and M-& in Emacs
+# shell commands run from Emacs.
shopt -s expand_aliases
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))))