emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103602: auth.texi (Help for develope


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103602: auth.texi (Help for developers): Untabify.
Date: Wed, 09 Mar 2011 14:37:30 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103602
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Wed 2011-03-09 14:37:30 +0000
message:
  auth.texi (Help for developers): Untabify.
modified:
  doc/misc/auth.texi
=== modified file 'doc/misc/auth.texi'
--- a/doc/misc/auth.texi        2011-03-09 13:39:35 +0000
+++ b/doc/misc/auth.texi        2011-03-09 14:37:30 +0000
@@ -263,11 +263,11 @@
                                            :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 @@
 @example
 (when (functionp (nth 2 credentials))
    (funcall (nth 2 credentials)))
address@hidden example  
address@hidden 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]