diff options
author | Kyle Meyer <kyle@kyleam.com> | 2023-06-03 00:44:06 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2023-06-03 00:44:06 -0400 |
commit | f101cdb35a81cd04aae8c4aaba736b2ea1dfacf4 (patch) | |
tree | 2d89a70489f40c220f7f9d8b7bc36969b0b59f36 /lisp | |
parent | ce132873c20601ce6705ff832bb4fe92631c3b5f (diff) | |
download | emacs.d-f101cdb35a81cd04aae8c4aaba736b2ea1dfacf4.tar.gz |
km-mail: Fix comment typo
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/km-mail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/km-mail.el b/lisp/km-mail.el index f021688..22d6b4e 100644 --- a/lisp/km-mail.el +++ b/lisp/km-mail.el @@ -183,7 +183,7 @@ in the remote's \".git/config\" entry." (default-value 'notmuch-search-oldest-first))) (declare-function debbugs-gnu-current-status "debbugs-gnu" ()) -;; Modified from fucntion in Nicolas Petton's emacs configuration +;; Modified from function in Nicolas Petton's emacs configuration ;; (https://gitlab.petton.fr/nico/emacs.d/, 208407f53a) ;;;###autoload (defun km/debbugs-notmuch-select-report (&rest _) |