diff options
| author | Juanma Barranquero | 2008-06-29 01:51:51 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-06-29 01:51:51 +0000 |
| commit | ea5973038f28cad9eb6206bc386a02705b7d997a (patch) | |
| tree | cb43dc18a45b05caf7f88352a0400a7e67102438 /doc | |
| parent | f059add3889601ca1e4d7bdb74bc3e717c3dec23 (diff) | |
| download | emacs-ea5973038f28cad9eb6206bc386a02705b7d997a.tar.gz emacs-ea5973038f28cad9eb6206bc386a02705b7d997a.zip | |
Fix typos.
* lisp/net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
(sasl-find-mechanism, sasl-next-step):
* lisp/net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
(sasl-ntlm-response): Fix typos in docstrings.
* doc/misc/sasl.texi (Mechanisms): Fix typos.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/misc/sasl.texi | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 8278166f0a7..19e3ffc0609 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-06-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * sasl.texi (Mechanisms): Fix typos. | ||
| 4 | |||
| 1 | 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com> | 5 | 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 6 | ||
| 3 | * calc.texi (Killing from the stack): Mention using normal Emacs | 7 | * calc.texi (Killing from the stack): Mention using normal Emacs |
| @@ -5,8 +9,8 @@ | |||
| 5 | 9 | ||
| 6 | 2008-06-21 Michael Albinus <michael.albinus@gmx.de> | 10 | 2008-06-21 Michael Albinus <michael.albinus@gmx.de> |
| 7 | 11 | ||
| 8 | * tramp.texi (Password handling): Renamed from "Password | 12 | * tramp.texi (Password handling): Renamed from "Password caching". |
| 9 | caching". Add `auth-source' mechanism. | 13 | Add `auth-source' mechanism. |
| 10 | (Connection caching): Tramp reopens the connection automatically, | 14 | (Connection caching): Tramp reopens the connection automatically, |
| 11 | when the operating system on the remote host has been changed. | 15 | when the operating system on the remote host has been changed. |
| 12 | 16 | ||
diff --git a/doc/misc/sasl.texi b/doc/misc/sasl.texi index 7f274f68ee2..62de76c6775 100644 --- a/doc/misc/sasl.texi +++ b/doc/misc/sasl.texi | |||
| @@ -124,9 +124,9 @@ A list of mechanism names. | |||
| 124 | 124 | ||
| 125 | @defun sasl-find-mechanism mechanisms | 125 | @defun sasl-find-mechanism mechanisms |
| 126 | 126 | ||
| 127 | Retrieve an apropriate mechanism. | 127 | Retrieve an appropriate mechanism. |
| 128 | This function compares @var{mechanisms} and @code{sasl-mechanisms} then | 128 | This function compares @var{mechanisms} and @code{sasl-mechanisms} then |
| 129 | returns apropriate @code{sasl-mechanism} object. | 129 | returns appropriate @code{sasl-mechanism} object. |
| 130 | 130 | ||
| 131 | @example | 131 | @example |
| 132 | (let ((sasl-mechanisms '("CRAM-MD5" "DIGEST-MD5"))) | 132 | (let ((sasl-mechanisms '("CRAM-MD5" "DIGEST-MD5"))) |