From 85e81721ea106432d6107627ee3e1107915b3dee Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 13 Oct 2020 03:17:12 +0200 Subject: [PATCH] message-insert-signature doc fix * lisp/gnus/message.el (message-insert-signature): Clarify what FORCE means. --- lisp/gnus/message.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index a906e56aac6..7d897391973 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -3615,7 +3615,14 @@ Message buffers and is not meant to be called directly." (do-auto-fill)))) (defun message-insert-signature (&optional force) - "Insert a signature. See documentation for variable `message-signature'." + "Insert a signature at the end of the buffer. + +See the documentation for the `message-signature' variable for +more information. + +If FORCE is 0 (or when called interactively), the global values +of the signature variables will be consulted if the local ones +are null." (interactive (list 0)) (let ((message-signature message-signature) (message-signature-file message-signature-file)) -- 2.39.5