diff options
author | Glenn Morris <rgm@gnu.org> | 2010-06-22 19:57:26 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-06-22 19:57:26 -0700 |
commit | 9360256ab9a5cc37eb3bc70b7861094a73132df9 (patch) | |
tree | eda9d4e7ec0ae5d5181d7dd34e20d33a9a6428e3 /doc/misc/smtpmail.texi | |
parent | e0e10d9d197b7d2558dcb0dcb0b344fb94dfa057 (diff) | |
download | emacs-9360256ab9a5cc37eb3bc70b7861094a73132df9.tar.gz emacs-9360256ab9a5cc37eb3bc70b7861094a73132df9.tar.bz2 emacs-9360256ab9a5cc37eb3bc70b7861094a73132df9.zip |
Untabify doc/misc/*.texi.
* autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
* eieio.texi, faq.texi, flymake.texi, forms.texi, gnus-faq.texi:
* idlwave.texi, mh-e.texi, org.texi, pcl-cvs.texi, pgg.texi:
* reftex.texi, sasl.texi, sc.texi, sem-user.texi, semantic.texi:
* sieve.texi, smtpmail.texi, speedbar.texi, vip.texi, viper.texi:
* widget.texi: Untabify (except for examples).
Diffstat (limited to 'doc/misc/smtpmail.texi')
-rw-r--r-- | doc/misc/smtpmail.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/misc/smtpmail.texi b/doc/misc/smtpmail.texi index fcb6ea65472..457293a4d21 100644 --- a/doc/misc/smtpmail.texi +++ b/doc/misc/smtpmail.texi @@ -44,17 +44,17 @@ developing GNU and promoting software freedom.'' @end ifnottex @menu -* How Mail Works:: Brief introduction to mail concepts. +* How Mail Works:: Brief introduction to mail concepts. * Emacs Speaks SMTP:: How to use the SMTP library in Emacs. -* Authentication:: Authenticating yourself to the server. -* Queued delivery:: Sending mail without an internet connection. -* Server workarounds:: Mail servers with special requirements. -* Debugging:: Tracking down problems. +* Authentication:: Authenticating yourself to the server. +* Queued delivery:: Sending mail without an internet connection. +* Server workarounds:: Mail servers with special requirements. +* Debugging:: Tracking down problems. * GNU Free Documentation License:: The license for this documentation. Indices -* Index:: Index over variables and functions. +* Index:: Index over variables and functions. @end menu @node How Mail Works |