diff options
| author | Luc Teirlinck | 2005-03-06 23:38:40 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-03-06 23:38:40 +0000 |
| commit | b30ad9e430b271d7246ccd33387770b8296a73f0 (patch) | |
| tree | 245329191ba3af1ea867bf074e96039ac0b981af | |
| parent | f2cdc98d46a5b523e79b7dd5599e6d442d53248b (diff) | |
| download | emacs-b30ad9e430b271d7246ccd33387770b8296a73f0.tar.gz emacs-b30ad9e430b271d7246ccd33387770b8296a73f0.zip | |
(Mail Aliases): Double up @'s.
| -rw-r--r-- | man/sending.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sending.texi b/man/sending.texi index fb00f80a683..e63e5bb9c4c 100644 --- a/man/sending.texi +++ b/man/sending.texi | |||
| @@ -296,12 +296,12 @@ include doublequotes around parts of the address, such as the person's | |||
| 296 | full name. Emacs puts them in if they are needed. For example, | 296 | full name. Emacs puts them in if they are needed. For example, |
| 297 | 297 | ||
| 298 | @example | 298 | @example |
| 299 | alias chief-torturer "George W. Bush <bush@whitehouse.gov>" | 299 | alias chief-torturer "George W. Bush <bush@@whitehouse.gov>" |
| 300 | @end example | 300 | @end example |
| 301 | 301 | ||
| 302 | @noindent | 302 | @noindent |
| 303 | is correct. Emacs will insert the address as @samp{"George W. Bush" | 303 | is correct. Emacs will insert the address as @samp{"George W. Bush" |
| 304 | <bush@whitehouse.gov>}. | 304 | <bush@@whitehouse.gov>}. |
| 305 | 305 | ||
| 306 | Emacs also recognizes ``include'' commands in @samp{.mailrc} files. | 306 | Emacs also recognizes ``include'' commands in @samp{.mailrc} files. |
| 307 | They look like this: | 307 | They look like this: |