emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 85e8172 1/2: message-insert-signature doc fix


From: Lars Ingebrigtsen
Subject: master 85e8172 1/2: message-insert-signature doc fix
Date: Mon, 12 Oct 2020 21:25:45 -0400 (EDT)

branch: master
commit 85e81721ea106432d6107627ee3e1107915b3dee
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 a906e56..7d89739 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]