]> code.delx.au - gnu-emacs/commitdiff
(mail-from-style): Rename new alternative to `system-default'.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 May 1998 04:08:24 +0000 (04:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 May 1998 04:08:24 +0000 (04:08 +0000)
lisp/mail/sendmail.el

index f5a955530748e05e42c2674995b962304444cf77..4e2ce685ca549a44168e58841bfe9b8a053b0c6b 100644 (file)
@@ -43,8 +43,9 @@ If `parens', they look like:
        king@grassland.com (Elvis Parsley)
 If `angles', they look like:
        Elvis Parsley <king@grassland.com>
-If `default', Rmail allows the system to insert its default From field."
-  :type '(choice (const nil) (const parens) (const angles) (const default))
+If `system-default', Rmail allows the system to insert its default From field."
+  :type '(choice (const nil) (const parens) (const angles)
+                (const system-default))
   :version "20.3"
   :group 'sendmail)