summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-06-29 01:51:51 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-06-29 01:51:51 +0000
commitea5973038f28cad9eb6206bc386a02705b7d997a (patch)
treecb43dc18a45b05caf7f88352a0400a7e67102438 /doc
parentf059add3889601ca1e4d7bdb74bc3e717c3dec23 (diff)
downloademacs-ea5973038f28cad9eb6206bc386a02705b7d997a.tar.gz
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/ChangeLog8
-rw-r--r--doc/misc/sasl.texi4
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 @@
+2008-06-28 Juanma Barranquero <lekktu@gmail.com>
+
+ * sasl.texi (Mechanisms): Fix typos.
+
2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Killing from the stack): Mention using normal Emacs
@@ -5,8 +9,8 @@
2008-06-21 Michael Albinus <michael.albinus@gmx.de>
- * tramp.texi (Password handling): Renamed from "Password
- caching". Add `auth-source' mechanism.
+ * tramp.texi (Password handling): Renamed from "Password caching".
+ Add `auth-source' mechanism.
(Connection caching): Tramp reopens the connection automatically,
when the operating system on the remote host has been changed.
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.
@defun sasl-find-mechanism mechanisms
-Retrieve an apropriate mechanism.
+Retrieve an appropriate mechanism.
This function compares @var{mechanisms} and @code{sasl-mechanisms} then
-returns apropriate @code{sasl-mechanism} object.
+returns appropriate @code{sasl-mechanism} object.
@example
(let ((sasl-mechanisms '("CRAM-MD5" "DIGEST-MD5")))