summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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")))