diff options
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/nntp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index f047c832931..9902a280d50 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el @@ -234,7 +234,7 @@ server there that you can connect to. See also (const :format "" "password") (string :format "Password: %v"))))))) -(make-obsolete 'nntp-authinfo-file nil "24.1") +(make-obsolete-variable 'nntp-authinfo-file 'netrc-file "24.1") |