]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-lib.el
fix sum moar typos [user-visible documentation in code]
[notmuch] / emacs / notmuch-lib.el
index a21dc14558ffa0d982960a80e61cbcaeabc55b13..f93c957d5d72d0cc26704c673341471fc58d20ac 100644 (file)
@@ -88,7 +88,7 @@ the user hasn't set this variable with the old or new value."
   (notmuch-config-get "user.primary_email"))
 
 (defun notmuch-user-other-email ()
-  "Return the user.primary_email value (as a list) from the notmuch configuration."
+  "Return the user.other_email value (as a list) from the notmuch configuration."
   (split-string (notmuch-config-get "user.other_email") "\n"))
 
 (defun notmuch-kill-this-buffer ()