]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-address.el
emacs: various comment improvements
[notmuch] / emacs / notmuch-address.el
index 2f0ec9b354bd2c9edc8dd7f2b54feeddda2d698d..1f22e37710d303ecf8febd7a2a1ebfe5c0fe0fdf 100644 (file)
@@ -381,7 +381,7 @@ to be a saved address hash."
 (defun notmuch-address--save-address-hash ()
   (when notmuch-address-save-filename
     (if (or (not (file-exists-p notmuch-address-save-filename))
-           ;; The file exists, check it is a file we saved
+           ;; The file exists, check it is a file we saved.
            (notmuch-address--get-address-hash))
        (with-temp-file notmuch-address-save-filename
          (let ((save-plist
@@ -404,8 +404,7 @@ appear to be an address savefile.  Not overwriting."
        nil nil
        (lambda (_proc event)
         ;; If harvest fails, we want to try
-        ;; again when the trigger is next
-        ;; called
+        ;; again when the trigger is next called.
         (if (string= event "finished\n")
             (progn
               (notmuch-address--save-address-hash)