aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorKatsumi Yamaoka <[email protected]>2011-03-09 14:37:30 +0000
committerKatsumi Yamaoka <[email protected]>2011-03-09 14:37:30 +0000
commit3107d2a58a15e7fe71f3ac56886a4a71a9af36db (patch)
treef96d002e4147838dce5b570516274b9acb409766 /doc/misc
parent733afdf4d9df952a2d06c40b067de3a62bceb26b (diff)
auth.texi (Help for developers): Untabify.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/auth.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index e16d7b49b6..85a3f09813 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -263,11 +263,11 @@ from Gnus' @code{nnimap.el}.
:create t))))
(if found
(list (plist-get found :user)
- (let ((secret (plist-get found :secret)))
- (if (functionp secret)
- (funcall secret)
- secret))
- (plist-get found :save-function))
+ (let ((secret (plist-get found :secret)))
+ (if (functionp secret)
+ (funcall secret)
+ secret))
+ (plist-get found :save-function))
nil)))
@end example
@@ -287,7 +287,7 @@ Later, after a successful login, @code{nnimal.el} calls the
@example
(when (functionp (nth 2 credentials))
(funcall (nth 2 credentials)))
-@end example
+@end example
Which will work whether the @code{:save-function} was provided or not.
@code{:save-function} will be provided only when a new entry was