From: Lars Ingebrigtsen Date: Tue, 13 Oct 2020 01:17:12 +0000 (+0200) Subject: message-insert-signature doc fix X-Git-Tag: emacs-28.0.90~5662 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85e81721ea106432d6107627ee3e1107915b3dee;p=emacs.git message-insert-signature doc fix * lisp/gnus/message.el (message-insert-signature): Clarify what FORCE means. --- 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))