diff options
Diffstat (limited to 'lisp/gnus/message.el')
-rw-r--r-- | lisp/gnus/message.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 86800f28cc4..84bde80b162 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -2669,7 +2669,7 @@ Point is left at the beginning of the narrowed-to region." 10000)))) (defun message-sort-headers () - "Sort the headers of the current message according to `message-header-format-alist'." + "Sort headers of the current message according to `message-header-format-alist'." (interactive) (save-excursion (save-restriction |