diff options
Diffstat (limited to 'man/sending.texi')
-rw-r--r-- | man/sending.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/sending.texi b/man/sending.texi index a130a58816a..5d6a7c83f3e 100644 --- a/man/sending.texi +++ b/man/sending.texi @@ -240,11 +240,11 @@ yourself, Emacs puts in one for you. The variable @item nil Use just the email address, as in @samp{king@@grassland.com}. @item parens -Use both email address and full name, as in @samp{king@@grassland.com (Elvis -Parsley)}. +Use both email address and full name, as in:@* +@samp{king@@grassland.com (Elvis Parsley)}. @item angles -Use both email address and full name, as in @samp{Elvis Parsley -<king@@grassland.com>}. +Use both email address and full name, as in:@* +@samp{Elvis Parsley <king@@grassland.com>}. @item system-default Allow the system to insert the @samp{From} field. @end table |