diff options
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/message.el | 8 | ||||
-rw-r--r-- | lisp/gnus/mm-uu.el | 2 | ||||
-rw-r--r-- | lisp/gnus/nndoc.el | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 67ec0531fa4..5e4e9854a6b 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -4361,10 +4361,10 @@ arguments. If METHOD is nil in this case, the return value of the function will be inserted instead. If the buffer already has a\"X-Message-SMTP-Method\" header, it is left unchanged." - :type '(alist :key-type '(choice - (string :tag "From Address") - (function :tag "Predicate")) - :value-type 'string) + :type '(alist :key-type (choice + (string :tag "From Address") + (function :tag "Predicate")) + :value-type string) :version "29.1" :group 'message-sending) diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index 8646998deb9..8d314706340 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el @@ -194,7 +194,7 @@ This can be either \"inline\" or \"attachment\".") nil) (verbatim-marks ;; slrn-style verbatim marks, see - ;; http://slrn.sourceforge.net/docs/slrn-manual-6.html#process_verbatim_marks + ;; https://slrn.sourceforge.net/docs/slrn-manual-6.html#process_verbatim_marks "^#v\\+" "^#v\\-$" ,(lambda () (mm-uu-verbatim-marks-extract 0 0)) diff --git a/lisp/gnus/nndoc.el b/lisp/gnus/nndoc.el index cdff7c9accf..378ada62475 100644 --- a/lisp/gnus/nndoc.el +++ b/lisp/gnus/nndoc.el @@ -23,7 +23,7 @@ ;;; Commentary: -;; For Outlook mail boxes format, see http://mbx2mbox.sourceforge.net/ +;; For Outlook mail boxes format, see https://mbx2mbox.sourceforge.net/ ;;; Code: |