diff options
| author | Glenn Morris | 2018-05-02 15:29:53 -0400 |
|---|---|---|
| committer | Glenn Morris | 2018-05-02 15:29:53 -0400 |
| commit | 9de7e321b63bf38afef5e3f0e786dd4a046d407a (patch) | |
| tree | a124a33d23906e761dfd71f01cf5b303a1fa74c7 | |
| parent | a5246dc02b0572a611ac2169fa16962fc89926b9 (diff) | |
| download | emacs-9de7e321b63bf38afef5e3f0e786dd4a046d407a.tar.gz emacs-9de7e321b63bf38afef5e3f0e786dd4a046d407a.zip | |
; * lisp/auth-source.el (auth-sources): Fix a comment.
| -rw-r--r-- | lisp/auth-source.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/auth-source.el b/lisp/auth-source.el index df3622a412a..8b54c8118d2 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el | |||
| @@ -242,7 +242,7 @@ for details. | |||
| 242 | It's best to customize this with `\\[customize-variable]' because the choices | 242 | It's best to customize this with `\\[customize-variable]' because the choices |
| 243 | can get pretty complex." | 243 | can get pretty complex." |
| 244 | :group 'auth-source | 244 | :group 'auth-source |
| 245 | :version "26.1" ;; No Gnus | 245 | :version "26.1" ; neither new nor changed default |
| 246 | :type `(repeat :tag "Authentication Sources" | 246 | :type `(repeat :tag "Authentication Sources" |
| 247 | (choice | 247 | (choice |
| 248 | (string :tag "Just a file") | 248 | (string :tag "Just a file") |