From d34590e63411cd46d0cb8ed58faa33a1a097037a Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 1 Sep 2020 15:42:16 +0200 Subject: [PATCH] Mention C-c C-w in the signature section of the Message manual * doc/misc/message.texi (Insertion Variables): Mention the C-c C-w command (bug#43136). Text suggested by Dan Jacobson. --- doc/misc/message.texi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 55b166eb8b0..b192822fac6 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi @@ -2296,8 +2296,11 @@ String to mark the end of some inserted text. String to be inserted at the end of the message buffer. If @code{t} (which is the default), the @code{message-signature-file} file will be inserted instead. If a function, the result from the function will be -used instead. If a form, the result from the form will be used instead. -If this variable is @code{nil}, no signature will be inserted at all. +used instead. If a form, the result from the form will be used +instead. If this variable is @code{nil}, no signature will be +inserted at all, but you can still insert your +@code{message-signature-file} by hand when desired, using the +@kbd{C-c C-w} (@code{message-insert-signature}) command. @item message-signature-file @vindex message-signature-file -- 2.39.5