diff options
| author | Chong Yidong | 2011-02-19 14:26:37 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-02-19 14:26:37 -0500 |
| commit | 27ac6e7908c1d7b503ac5dca42a34ab9068d0864 (patch) | |
| tree | d81492369cb7d4e8a43f5e273b04aad9a586efd6 /doc | |
| parent | f6ed3dbe85f0960cca1daa13cb8757225feb9bf3 (diff) | |
| download | emacs-27ac6e7908c1d7b503ac5dca42a34ab9068d0864.tar.gz emacs-27ac6e7908c1d7b503ac5dca42a34ab9068d0864.zip | |
Fix typo in auth.texi (Bug#8068).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/auth.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index f08acb39d9c..5c555e81a78 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -214,7 +214,7 @@ string or a @code{nil} object. Currently only the modes ``login'' and | |||
| 214 | 214 | ||
| 215 | @var{port} contains the protocol name (e.g. ``imap'') or | 215 | @var{port} contains the protocol name (e.g. ``imap'') or |
| 216 | a port number. It must be a string, corresponding to the port in the | 216 | a port number. It must be a string, corresponding to the port in the |
| 217 | users' netrc files. | 217 | user's netrc files. |
| 218 | 218 | ||
| 219 | @example | 219 | @example |
| 220 | ;; IMAP example | 220 | ;; IMAP example |