bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#32680: 27.0.50; Improve docstring and customization for 'message-sig


From: Glenn Morris
Subject: bug#32680: 27.0.50; Improve docstring and customization for 'message-signature'
Date: Mon, 10 Sep 2018 11:52:12 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Robert Pluim wrote:

> --- i/lisp/gnus/message.el
> +++ w/lisp/gnus/message.el
> @@ -1079,12 +1079,15 @@ message-indent-citation-function
>  (defcustom message-signature mail-signature
>    "String to be inserted at the end of the message buffer.
>  If t, the `message-signature-file' file will be inserted instead.
> +If nil, no signature is inserted.
>  If a function, the result from the function will be used instead.
> -If a form, the result from the form will be used instead."
> -  :version "23.2"
> +If a form, the result from the form will be used instead.

May as well rewrite it all to use the active voice while you are there.

> +See `mail-signature' for the recommended format of a signature."
> +  :version "27.1"

It's not new, and the default hasn't changed, so a version bump is not
appropriate. It's just a doc fix.





reply via email to

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