Minor doc update for auth-source.el.
authorTed Zlatanov <tzz@lifelogs.com>
Fri, 1 Jul 2011 13:13:47 +0000 (08:13 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Fri, 1 Jul 2011 13:13:47 +0000 (08:13 -0500)
lisp/auth-source.el

index 9e82460..c16137f 100644 (file)
@@ -102,6 +102,9 @@ let-binding."
                  (const :tag "30 Minutes" 1800)
                  (integer :tag "Seconds")))
 
+;;; The slots below correspond with the `auth-source-search' spec,
+;;; so a backend with :host set, for instance, would match only
+;;; searches for that host.  Normally they are nil.
 (defclass auth-source-backend ()
   ((type :initarg :type
          :initform 'netrc