diff options
Diffstat (limited to 'lisp/gnus/gnus-bookmark.el')
-rw-r--r-- | lisp/gnus/gnus-bookmark.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-bookmark.el b/lisp/gnus/gnus-bookmark.el index 8c2a928ab98..83e482f14c1 100644 --- a/lisp/gnus/gnus-bookmark.el +++ b/lisp/gnus/gnus-bookmark.el @@ -198,7 +198,9 @@ So the cdr of each bookmark is an alist too.") (defun gnus-bookmark-make-record (group message-id author date subject annotation) - "Return the record part of a new bookmark, given GROUP MESSAGE-ID AUTHOR DATE SUBJECT and ANNOTATION." + "Return the record part of a new bookmark. +Arguments GROUP MESSAGE-ID AUTHOR DATE SUBJECT and ANNOTATION +will be saved in the bookmark." (let ((the-record `((group . ,(substring-no-properties group)) (message-id . ,(substring-no-properties message-id)) |