]> git.eshelyaron.com Git - emacs.git/commit
Improve docstrings of functions for moving to message headers
authorRobert Pluim <rpluim@gmail.com>
Tue, 3 Dec 2024 14:41:48 +0000 (15:41 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Dec 2024 17:05:08 +0000 (18:05 +0100)
commit8ab803c30db5dfbb91f7a30b5046f61adc493966
treef4f91a1f791c1ebc6e12e84a71120e66d73e49f8
parentb05fa0edaca3f3dcb11c67bf4da3d7253b69e49c
Improve docstrings of functions for moving to message headers

* lisp/gnus/message.el (message-goto-to, message-goto-from,
message-goto-subject, message-goto-cc, message-goto-bcc,
message-goto-fcc, message-goto-reply-to,
message-goto-newsgroups, message-goto-distribution,
message-goto-followup-to, message-goto-mail-followup-to,
message-goto-keywords, message-goto-summary): Mention that these
will insert an empty header if the header is not found.
(message-position-on-field): Explain that this inserts an empty
header if the header is missing, and that insertion is done
after the headers mentioned in AFTERS.

(cherry picked from commit 9f266e2d7cde41f5872304bae0b6d2415655f1c8)
lisp/gnus/message.el