projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
165f738
)
* lisp/gnus/message.el (message-sendmail-envelope-from): Fix typo
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 3 Dec 2019 23:10:37 +0000
(18:10 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 3 Dec 2019 23:10:37 +0000
(18:10 -0500)
Reported by David Edmondson <dme@dme.org>.
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index e60ea4f0e858ca22039b59a0cf35363d5e82b818..6778f0e661db670d64c502494c488efc186fe2a9 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-861,7
+861,7
@@
If this is nil, use `user-mail-address'. If it is the symbol
:version "27.1"
:type '(choice (string :tag "From name")
(const :tag "Use From: header from message" header)
- (const :tag "Obey `
send
mail-envelope-from'"
+ (const :tag "Obey `mail-envelope-from'"
obey-mail-envelope-from)
(const :tag "Use `user-mail-address'" nil))
:link '(custom-manual "(message)Mail Variables")