]> git.eshelyaron.com Git - emacs.git/commitdiff
Checkdoc fixes in `mail/*.el`
authorStefan Kangas <stefankangas@gmail.com>
Mon, 8 Jul 2024 12:24:33 +0000 (14:24 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 9 Jul 2024 17:49:53 +0000 (19:49 +0200)
* lisp/mail/feedmail.el (feedmail-mail-send-hook-splitter)
(feedmail-queue-runner-message-sender):
* lisp/mail/mail-extr.el (mail-extr-nuke-outside-range):
* lisp/mail/rmail.el (rmail-automatic-folder-directives)
(rmail-summary-displayed):
* lisp/mail/rmailmm.el (rmail-mime-searching):
* lisp/mail/sendmail.el (mail-mode):
* lisp/mail/supercite.el (sc-mail-last-header-nuked-p): Checkdoc fixes.

(cherry picked from commit 5fe1ae0e843b9f3d0bac5a2d28c23c7210caee9d)

lisp/mail/feedmail.el
lisp/mail/mail-extr.el
lisp/mail/rmail.el
lisp/mail/rmailmm.el
lisp/mail/sendmail.el
lisp/mail/supercite.el

index 165aafae1f73d5928ec37230249ec328ffc94a5b..ec6189406416221b54f3b200fddc387a140c45f2 100644 (file)
@@ -1318,7 +1318,7 @@ Then add the functions you want called to either
 `feedmail-mail-send-hook-queued' or `feedmail-mail-send-hook', as
 appropriate.  The distinction is that `feedmail-mail-send-hook'
 will be called when you send mail from a composition
-buffer (typically by typing C-c C-c), whether the message is sent
+buffer (typically by typing \\`C-c C-c'), whether the message is sent
 immediately or placed in the queue or drafts directory.
 `feedmail-mail-send-hook-queued' is called when messages are
 being sent from the queue directory, typically via a call to
@@ -1443,10 +1443,11 @@ Called for each message read back out of the queue directory with a
 single argument, the optional argument used in the call to
 `feedmail-run-the-queue' or `feedmail-run-the-queue-no-prompts'.
 Interactively, that argument will be the prefix argument.
-Most people want `mail-send' (bound to C-c C-s in mail-mode), but here's
+\\<mail-mode-map>
+Most people want `mail-send' (bound to \\[mail-send] in `mail-mode'), but here's
 your chance to have something different.  The default value is just a
 wrapper function which discards the optional argument and calls
-mail-send.  If you are a VM user, you might like vm-mail-send, though
+`mail-send'.  If you are a VM user, you might like vm-mail-send, though
 you really don't need that.  Called with funcall, not call-interactively."
   :version "24.1"                      ; changed default
   :group 'feedmail-queue
index cfdbc1b25095de7309c11deec232e536b15be6d9..083bab62cab4a206d8f3cd283e41405855ecd51c 100644 (file)
@@ -618,7 +618,7 @@ Unless NO-REPLACE is true, at each of the positions in LIST-SYMBOL
  which lie outside of the range, one character at that position is
  replaced with a SPC."
   (or (memq no-replace '(t nil))
-      (error "no-replace must be t or nil, evaluable at macroexpand-time"))
+      (error "`no-replace' must be t or nil, evaluable at macroexpand-time"))
   `(let ((temp ,list-symbol)
           ch)
        (while temp
index f22161f766d3ae53086701dc02622cd0849f28af..5e3633d221cb742cf4a521d625e50cae5758d24a 100644 (file)
@@ -519,8 +519,7 @@ For a given message, Rmail applies only the first matching directive.
 
 Examples:
   (\"/dev/null\" \"from\" \"@spam.com\") ; delete all mail from spam.com
-  (\"RMS\" \"from\" \"rms@\") ; save all mail from RMS.
-"
+  (\"RMS\" \"from\" \"rms@\") ; save all mail from RMS."
   :group 'rmail
   :version "21.1"
   :type '(repeat (sexp :tag "Directive")))
@@ -4315,7 +4314,7 @@ In fact, the non-nil value returned is the summary buffer itself."
        rmail-summary-buffer))
 
 (defun rmail-summary-displayed ()
-  "t if in RMAIL buffer and an associated summary buffer is displayed."
+  "Return t if in RMAIL buffer and an associated summary buffer is displayed."
   (and rmail-summary-buffer (get-buffer-window rmail-summary-buffer)))
 
 (defcustom rmail-redisplay-summary nil
index 422fe3a7227026e0e47edbaf93af408d3f932ba1..b4a0e92136e5edbe16ecf0c3bb1212c3a5020428 100644 (file)
@@ -170,7 +170,7 @@ The value is usually nil, and bound to non-nil while inserting
 MIME entities.")
 
 (defvar rmail-mime-searching nil
-  "Bound to T inside `rmail-search-mime-message' to suppress expensive
+  "Bound to t inside `rmail-search-mime-message' to suppress expensive
 operations such as HTML decoding")
 
 ;;; MIME-entity object
index d54fb51dfd38b47ba8d9c4515ab689308661b22a..a720df51d14925cd7a797ad831fe45b9d7021944 100644 (file)
@@ -671,8 +671,8 @@ switching to, the `*mail*' buffer.  See also `mail-setup-hook'."
   "Major mode for editing mail to be sent.
 Like Text Mode but with these additional commands:
 
-\\[mail-send]  mail-send (send the message)
-\\[mail-send-and-exit]  mail-send-and-exit (send the message and exit)
+\\[mail-send]  `mail-send' (send the message)
+\\[mail-send-and-exit]  `mail-send-and-exit' (send the message and exit)
 
 Here are commands that move to a header field (and create it if there isn't):
         \\[mail-to]  move to To:       \\[mail-subject]  move to Subj:
@@ -681,9 +681,9 @@ Here are commands that move to a header field (and create it if there isn't):
          \\[mail-mail-reply-to]  move to Mail-Reply-To:
          \\[mail-mail-followup-to] move to Mail-Followup-To:
 \\[mail-text]  move to message text.
-\\[mail-signature]  mail-signature (insert `mail-signature-file' file).
-\\[mail-yank-original]  mail-yank-original (insert current message, in Rmail).
-\\[mail-fill-yanked-message]  mail-fill-yanked-message (fill what was yanked).
+\\[mail-signature]  `mail-signature' (insert `mail-signature-file' file).
+\\[mail-yank-original]  `mail-yank-original' (insert current message, in Rmail).
+\\[mail-fill-yanked-message]  `mail-fill-yanked-message' (fill what was yanked).
 \\[mail-insert-file] insert a text file into the message.
 \\[mail-add-attachment] attach to the message a file as binary attachment.
 Turning on Mail mode runs the normal hooks `text-mode-hook' and
index e776472c5418b64eed55ade13afe8f55ca89ca15..245af9da685fc3386e4413766544d2f72d94c449 100644 (file)
@@ -727,7 +727,7 @@ If optional ATTRIBS-P is non-nil, the key/value pair is placed in
 
 ;; mail header nuking
 (defvar sc-mail-last-header-nuked-p nil
-  "True if the last header was nuked.")
+  "Non-nil if the last header was nuked.")
 
 (defun sc-mail-nuke-line ()
   "Nuke the current mail header line."