From fb8adb421f68ac0de215fe99d3d306014d1c507c Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Wed, 9 Mar 2011 14:37:59 +0000 Subject: [PATCH] auth.texi (Help for developers): Untabify. --- texi/auth.texi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/texi/auth.texi b/texi/auth.texi index d592d029a..2f2c9ccbb 100644 --- a/texi/auth.texi +++ b/texi/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 -- 2.34.1